@charset "UTF-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.footer4 .footer-top .fxbox .wximg:before {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

.simple-form-basic, .simple-text, .simple-textarea, .simple-select, .search-formbox .input1, .n-questions .questions-list2 .contentbox .input1, .n-questions .questions-list2 .contentbox .input2 {
  border: 1px solid #ccc;
  padding: 4px;
  vertical-align: middle;
}
.simple-form-basic:focus, .simple-text:focus, .simple-textarea:focus, .simple-select:focus, .search-formbox .input1:focus, .n-questions .questions-list2 .contentbox .input1:focus, .n-questions .questions-list2 .contentbox .input2:focus {
  outline: 0 none;
}

.simple-text {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.simple-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-textarea {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
  width: 500px;
  vertical-align: top;
}
.simple-textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.simple-select {
  *margin-top: 5px;
  *margin-bottom: 5px;
  *vertical-align: top;
}

.reset-radio-checkbox {
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 13px;
  *width: 13px;
  *height: 13px;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  font-size: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c;
}
a:active, a:hover {
  outline: 0;
  /* 2 */
}
a:hover {
  color: #cb9d4c;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

html {
  overflow: hidden;
  overflow-y: scroll;
}

button, input, textarea, select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
}

.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
  outline: none;
}

/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}

/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: red;
  color: #fff;
}

::selection {
  background: red;
  color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}

/*==常用颜色==*/
.col-fff {
  color: #fff;
}

.col-000 {
  color: #000;
}

.col-111 {
  color: #111;
}

.col-222 {
  color: #222;
}

.col-333 {
  color: #333;
}

.col-666 {
  color: #666;
}

.col-999 {
  color: #999;
}

/*==常用字号==*/
.tit-12 {
  font-size: 12px;
  line-height: 2;
}

.tit-13 {
  font-size: 13px;
  line-height: 2;
}

.tit-14 {
  font-size: 14px;
  line-height: 2;
}

.tit-15 {
  font-size: 15px;
  line-height: 2;
}

.tit-16 {
  line-height: 1.8;
  font-size: 16px;
}

.tit-17 {
  line-height: 1.8;
  font-size: 17px;
}

.tit-18 {
  line-height: 1.8;
  font-size: 18px;
}

.tit-19 {
  line-height: 1.8;
  font-size: 19px;
}

.tit-20 {
  line-height: 1.8;
  font-size: 20px;
}

.tit-21 {
  line-height: 1.8;
  font-size: 21px;
}

.tit-22 {
  line-height: 1.8;
  font-size: 22px;
}

.tit-23 {
  line-height: 1.8;
  font-size: 23px;
}

.tit-24 {
  line-height: 1.8;
  font-size: 24px;
}

.tit-25 {
  line-height: 1.8;
  font-size: 25px;
}

.tit-26 {
  line-height: 1.8;
  font-size: 26px;
}

.tit-27 {
  line-height: 1.8;
  font-size: 27px;
}

.tit-28 {
  line-height: 1.8;
  font-size: 28px;
}

.tit-29 {
  line-height: 1.8;
  font-size: 29px;
}

.tit-30 {
  line-height: 1.8;
  font-size: 30px;
}

.tit-31 {
  line-height: 1.8;
  font-size: 31px;
}

.tit-32 {
  line-height: 1.8;
  font-size: 32px;
}

.tit-33 {
  line-height: 1.8;
  font-size: 33px;
}

.tit-34 {
  line-height: 1.8;
  font-size: 34px;
}

.tit-35 {
  line-height: 1.8;
  font-size: 35px;
}

.tit-36 {
  line-height: 1.8;
  font-size: 36px;
}

.tit-37 {
  line-height: 1.8;
  font-size: 37px;
}

.tit-38 {
  line-height: 1.8;
  font-size: 38px;
}

.tit-39 {
  line-height: 1.8;
  font-size: 39px;
}

.tit-40 {
  line-height: 1.8;
  font-size: 40px;
}

.tit-41 {
  line-height: 1.8;
  font-size: 41px;
}

.tit-42 {
  line-height: 1.8;
  font-size: 42px;
}

.tit-43 {
  line-height: 1.8;
  font-size: 43px;
}

.tit-44 {
  line-height: 1.8;
  font-size: 44px;
}

.tit-45 {
  line-height: 1.8;
  font-size: 45px;
}

.tit-46 {
  line-height: 1.8;
  font-size: 46px;
}

.tit-47 {
  line-height: 1.8;
  font-size: 47px;
}

.tit-48 {
  line-height: 1.8;
  font-size: 48px;
}

.tit-49 {
  line-height: 1.8;
  font-size: 49px;
}

.tit-50 {
  line-height: 1.8;
  font-size: 50px;
}

.tit-51 {
  line-height: 1.8;
  font-size: 51px;
}

.tit-52 {
  line-height: 1.8;
  font-size: 52px;
}

.tit-53 {
  line-height: 1.8;
  font-size: 53px;
}

.tit-54 {
  line-height: 1.8;
  font-size: 54px;
}

.tit-55 {
  line-height: 1.8;
  font-size: 55px;
}

.tit-56 {
  line-height: 1.8;
  font-size: 56px;
}

.tit-57 {
  line-height: 1.8;
  font-size: 57px;
}

.tit-58 {
  line-height: 1.8;
  font-size: 58px;
}

.tit-59 {
  line-height: 1.8;
  font-size: 59px;
}

.tit-60 {
  line-height: 1.8;
  font-size: 60px;
}

.tit-61 {
  line-height: 1.8;
  font-size: 61px;
}

.tit-62 {
  line-height: 1.8;
  font-size: 62px;
}

.tit-63 {
  line-height: 1.8;
  font-size: 63px;
}

.tit-64 {
  line-height: 1.8;
  font-size: 64px;
}

.tit-65 {
  line-height: 1.8;
  font-size: 65px;
}

.tit-66 {
  line-height: 1.8;
  font-size: 66px;
}

.tit-67 {
  line-height: 1.8;
  font-size: 67px;
}

.tit-68 {
  line-height: 1.8;
  font-size: 68px;
}

.tit-69 {
  line-height: 1.8;
  font-size: 69px;
}

.tit-70 {
  line-height: 1.8;
  font-size: 70px;
}

.tit-71 {
  line-height: 1.8;
  font-size: 71px;
}

.tit-72 {
  line-height: 1.8;
  font-size: 72px;
}

.tit-73 {
  line-height: 1.8;
  font-size: 73px;
}

.tit-74 {
  line-height: 1.8;
  font-size: 74px;
}

.tit-75 {
  line-height: 1.8;
  font-size: 75px;
}

.tit-76 {
  line-height: 1.8;
  font-size: 76px;
}

.tit-77 {
  line-height: 1.8;
  font-size: 77px;
}

.tit-78 {
  line-height: 1.8;
  font-size: 78px;
}

.tit-79 {
  line-height: 1.8;
  font-size: 79px;
}

.tit-80 {
  line-height: 1.8;
  font-size: 80px;
}

@media (max-width: 1681px) {
  /*==常用字号==*/
  .tit-12 {
    font-size: 12px;
  }

  .tit-13 {
    font-size: 13px;
  }

  .tit-14 {
    font-size: 13px;
  }

  .tit-15 {
    font-size: 14px;
  }

  .tit-16 {
    font-size: 15px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 17px;
  }

  .tit-19 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-21 {
    font-size: 19px;
  }

  .tit-22 {
    font-size: 20px;
  }

  .tit-23 {
    font-size: 21px;
  }

  .tit-24 {
    font-size: 22px;
  }

  .tit-25 {
    font-size: 23px;
  }

  .tit-26 {
    font-size: 24px;
  }

  .tit-27 {
    font-size: 25px;
  }

  .tit-28 {
    font-size: 26px;
  }

  .tit-29 {
    font-size: 27px;
  }

  .tit-30 {
    font-size: 27px;
  }

  .tit-31 {
    font-size: 28px;
  }

  .tit-32 {
    font-size: 29px;
  }

  .tit-33 {
    font-size: 30px;
  }

  .tit-34 {
    font-size: 31px;
  }

  .tit-35 {
    font-size: 32px;
  }

  .tit-36 {
    font-size: 33px;
  }

  .tit-37 {
    font-size: 34px;
  }

  .tit-38 {
    font-size: 35px;
  }

  .tit-39 {
    font-size: 36px;
  }

  .tit-40 {
    font-size: 37px;
  }

  .tit-42 {
    font-size: 38px;
  }

  .tit-43 {
    font-size: 39px;
  }

  .tit-44 {
    font-size: 40px;
  }

  .tit-45 {
    font-size: 41px;
  }

  .tit-46 {
    font-size: 42px;
  }

  .tit-47 {
    font-size: 43px;
  }

  .tit-48 {
    font-size: 44px;
  }

  .tit-50 {
    font-size: 45px;
  }

  .tit-51 {
    font-size: 46px;
  }

  .tit-52 {
    font-size: 47px;
  }

  .tit-53 {
    font-size: 48px;
  }

  .tit-54 {
    font-size: 49px;
  }

  .tit-55 {
    font-size: 50px;
  }

  .tit-56 {
    font-size: 51px;
  }

  .tit-57 {
    font-size: 52px;
  }

  .tit-58 {
    font-size: 53px;
  }

  .tit-59 {
    font-size: 54px;
  }

  .tit-60 {
    font-size: 54px;
  }

  .tit-61 {
    font-size: 55px;
  }

  .tit-62 {
    font-size: 56px;
  }

  .tit-63 {
    font-size: 57px;
  }

  .tit-64 {
    font-size: 58px;
  }

  .tit-65 {
    font-size: 59px;
  }

  .tit-66 {
    font-size: 60px;
  }

  .tit-67 {
    font-size: 61px;
  }

  .tit-68 {
    font-size: 62px;
  }

  .tit-69 {
    font-size: 63px;
  }

  .tit-70 {
    font-size: 62px;
  }

  .tit-71 {
    font-size: 63px;
  }

  .tit-72 {
    font-size: 64px;
  }

  .tit-73 {
    font-size: 65px;
  }

  .tit-74 {
    font-size: 66px;
  }

  .tit-75 {
    font-size: 67px;
  }

  .tit-76 {
    font-size: 68px;
  }

  .tit-77 {
    font-size: 69px;
  }

  .tit-78 {
    font-size: 70px;
  }

  .tit-79 {
    font-size: 71px;
  }

  .tit-80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 13px;
  }

  .tit-16 {
    font-size: 14px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 16px;
  }

  .tit-19 {
    font-size: 17px;
  }

  .tit-20 {
    font-size: 18px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-21 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-23 {
    font-size: 19px;
  }

  .tit-24 {
    font-size: 20px;
  }

  .tit-25 {
    font-size: 21px;
  }

  .tit-26 {
    font-size: 22px;
  }

  .tit-27 {
    font-size: 23px;
  }

  .tit-28 {
    font-size: 24px;
  }

  .tit-29 {
    font-size: 25px;
  }

  .tit-30 {
    font-size: 26px;
  }

  .tit-31 {
    font-size: 25px;
  }

  .tit-32 {
    font-size: 26px;
  }

  .tit-33 {
    font-size: 27px;
  }

  .tit-34 {
    font-size: 28px;
  }

  .tit-35 {
    font-size: 29px;
  }

  .tit-36 {
    font-size: 30px;
  }

  .tit-37 {
    font-size: 31px;
  }

  .tit-38 {
    font-size: 32px;
  }

  .tit-39 {
    font-size: 33px;
  }

  .tit-40 {
    font-size: 34px;
  }

  .tit-41 {
    font-size: 35px;
  }

  .tit-42 {
    font-size: 36px;
  }

  .tit-43 {
    font-size: 37px;
  }

  .tit-44 {
    font-size: 38px;
  }

  .tit-45 {
    font-size: 37px;
  }

  .tit-46 {
    font-size: 38px;
  }

  .tit-47 {
    font-size: 39px;
  }

  .tit-48 {
    font-size: 40px;
  }

  .tit-49 {
    font-size: 41px;
  }

  .tit-50 {
    font-size: 42px;
  }

  .tit-51 {
    font-size: 43px;
  }

  .tit-52 {
    font-size: 44px;
  }

  .tit-53 {
    font-size: 45px;
  }

  .tit-54 {
    font-size: 46px;
  }

  .tit-55 {
    font-size: 47px;
  }

  .tit-56 {
    font-size: 48px;
  }

  .tit-57 {
    font-size: 49px;
  }

  .tit-58 {
    font-size: 50px;
  }

  .tit-59 {
    font-size: 51px;
  }

  .tit-60 {
    font-size: 52px;
  }

  .tit-61 {
    font-size: 51px;
  }

  .tit-62 {
    font-size: 52px;
  }

  .tit-63 {
    font-size: 53px;
  }

  .tit-64 {
    font-size: 54px;
  }

  .tit-65 {
    font-size: 55px;
  }

  .tit-66 {
    font-size: 56px;
  }

  .tit-67 {
    font-size: 57px;
  }

  .tit-68 {
    font-size: 58px;
  }

  .tit-69 {
    font-size: 59px;
  }

  .tit-70 {
    font-size: 60px;
  }

  .tit-71 {
    font-size: 55px;
  }

  .tit-72 {
    font-size: 56px;
  }

  .tit-73 {
    font-size: 57px;
  }

  .tit-74 {
    font-size: 58px;
  }

  .tit-75 {
    font-size: 59px;
  }

  .tit-76 {
    font-size: 60px;
  }

  .tit-77 {
    font-size: 61px;
  }

  .tit-78 {
    font-size: 62px;
  }

  .tit-79 {
    font-size: 63px;
  }

  .tit-80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  /*==常用字号==*/
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 16px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 16px;
  }

  .tit-20 {
    font-size: 17px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 19px;
  }

  .tit-25 {
    font-size: 20px;
  }

  .tit-26 {
    font-size: 21px;
  }

  .tit-27 {
    font-size: 22px;
  }

  .tit-28 {
    font-size: 23px;
  }

  .tit-29 {
    font-size: 24px;
  }

  .tit-30 {
    font-size: 25px;
  }

  .tit-31 {
    font-size: 26px;
  }

  .tit-32 {
    font-size: 27px;
  }

  .tit-33 {
    font-size: 24px;
  }

  .tit-34 {
    font-size: 25px;
  }

  .tit-35 {
    font-size: 26px;
  }

  .tit-36 {
    font-size: 27px;
  }

  .tit-37 {
    font-size: 28px;
  }

  .tit-38 {
    font-size: 29px;
  }

  .tit-39 {
    font-size: 30px;
  }

  .tit-40 {
    font-size: 31px;
  }

  .tit-41 {
    font-size: 32px;
  }

  .tit-42 {
    font-size: 33px;
  }

  .tit-43 {
    font-size: 34px;
  }

  .tit-44 {
    font-size: 35px;
  }

  .tit-45 {
    font-size: 36px;
  }

  .tit-46 {
    font-size: 37px;
  }

  .tit-47 {
    font-size: 38px;
  }

  .tit-48 {
    font-size: 39px;
  }

  .tit-49 {
    font-size: 40px;
  }

  .tit-50 {
    font-size: 38px;
  }

  .tit-51 {
    font-size: 39px;
  }

  .tit-52 {
    font-size: 40px;
  }

  .tit-53 {
    font-size: 41px;
  }

  .tit-54 {
    font-size: 42px;
  }

  .tit-55 {
    font-size: 43px;
  }

  .tit-56 {
    font-size: 44px;
  }

  .tit-57 {
    font-size: 45px;
  }

  .tit-58 {
    font-size: 46px;
  }

  .tit-59 {
    font-size: 47px;
  }

  .tit-60 {
    font-size: 48px;
  }

  .tit-61 {
    font-size: 49px;
  }

  .tit-62 {
    font-size: 50px;
  }

  .tit-63 {
    font-size: 51px;
  }

  .tit-64 {
    font-size: 52px;
  }

  .tit-65 {
    font-size: 53px;
  }

  .tit-66 {
    font-size: 54px;
  }

  .tit-67 {
    font-size: 55px;
  }

  .tit-68 {
    font-size: 56px;
  }

  .tit-69 {
    font-size: 57px;
  }

  .tit-70 {
    font-size: 58px;
  }

  .tit-71 {
    font-size: 51px;
  }

  .tit-72 {
    font-size: 52px;
  }

  .tit-73 {
    font-size: 53px;
  }

  .tit-74 {
    font-size: 54px;
  }

  .tit-75 {
    font-size: 55px;
  }

  .tit-76 {
    font-size: 56px;
  }

  .tit-77 {
    font-size: 57px;
  }

  .tit-78 {
    font-size: 58px;
  }

  .tit-79 {
    font-size: 59px;
  }

  .tit-80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .tit-13 {
    font-size: 12px;
  }

  .tit-14 {
    font-size: 12px;
  }

  .tit-15 {
    font-size: 12px;
  }

  .tit-16 {
    font-size: 13px;
  }

  .tit-17 {
    font-size: 15px;
  }

  .tit-18 {
    font-size: 15px;
  }

  .tit-19 {
    font-size: 15px;
  }

  .tit-20 {
    font-size: 16px;
  }

  .tit-22 {
    font-size: 18px;
  }

  .tit-24 {
    font-size: 16px;
  }

  .tit-25 {
    font-size: 17px;
  }

  .tit-26 {
    font-size: 18px;
  }

  .tit-27 {
    font-size: 19px;
  }

  .tit-28 {
    font-size: 20px;
  }

  .tit-29 {
    font-size: 21px;
  }

  .tit-30 {
    font-size: 22px;
  }

  .tit-31 {
    font-size: 23px;
  }

  .tit-32 {
    font-size: 24px;
  }

  .tit-33 {
    font-size: 21px;
  }

  .tit-34 {
    font-size: 22px;
  }

  .tit-35 {
    font-size: 23px;
  }

  .tit-36 {
    font-size: 24px;
  }

  .tit-37 {
    font-size: 25px;
  }

  .tit-38 {
    font-size: 26px;
  }

  .tit-39 {
    font-size: 27px;
  }

  .tit-40 {
    font-size: 28px;
  }

  .tit-41 {
    font-size: 29px;
  }

  .tit-42 {
    font-size: 30px;
  }

  .tit-43 {
    font-size: 31px;
  }

  .tit-44 {
    font-size: 32px;
  }

  .tit-45 {
    font-size: 33px;
  }

  .tit-46 {
    font-size: 34px;
  }

  .tit-47 {
    font-size: 35px;
  }

  .tit-48 {
    font-size: 36px;
  }

  .tit-49 {
    font-size: 37px;
  }

  .tit-50 {
    font-size: 34px;
  }

  .tit-51 {
    font-size: 35px;
  }

  .tit-52 {
    font-size: 36px;
  }

  .tit-53 {
    font-size: 37px;
  }

  .tit-54 {
    font-size: 38px;
  }

  .tit-55 {
    font-size: 39px;
  }

  .tit-56 {
    font-size: 40px;
  }

  .tit-57 {
    font-size: 41px;
  }

  .tit-58 {
    font-size: 42px;
  }

  .tit-59 {
    font-size: 43px;
  }

  .tit-60 {
    font-size: 44px;
  }

  .tit-61 {
    font-size: 45px;
  }

  .tit-62 {
    font-size: 46px;
  }

  .tit-63 {
    font-size: 47px;
  }

  .tit-64 {
    font-size: 48px;
  }

  .tit-65 {
    font-size: 49px;
  }

  .tit-66 {
    font-size: 50px;
  }

  .tit-67 {
    font-size: 51px;
  }

  .tit-68 {
    font-size: 52px;
  }

  .tit-69 {
    font-size: 53px;
  }

  .tit-70 {
    font-size: 54px;
  }

  .tit-71 {
    font-size: 47px;
  }

  .tit-72 {
    font-size: 48px;
  }

  .tit-73 {
    font-size: 49px;
  }

  .tit-74 {
    font-size: 50px;
  }

  .tit-75 {
    font-size: 51px;
  }

  .tit-76 {
    font-size: 52px;
  }

  .tit-77 {
    font-size: 53px;
  }

  .tit-78 {
    font-size: 54px;
  }

  .tit-79 {
    font-size: 55px;
  }

  .tit-80 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .tit-20 {
    font-size: 15px;
  }

  .tit-22 {
    font-size: 16px;
  }

  .tit-30 {
    font-size: 17px;
  }

  .tit-31 {
    font-size: 18px;
  }

  .tit-32 {
    font-size: 19px;
  }

  .tit-33 {
    font-size: 20px;
  }

  .tit-34 {
    font-size: 21px;
  }

  .tit-35 {
    font-size: 22px;
  }

  .tit-36 {
    font-size: 23px;
  }

  .tit-37 {
    font-size: 24px;
  }

  .tit-38 {
    font-size: 25px;
  }

  .tit-39 {
    font-size: 26px;
  }

  .tit-40 {
    font-size: 24px;
  }

  .tit-41 {
    font-size: 25px;
  }

  .tit-42 {
    font-size: 26px;
  }

  .tit-43 {
    font-size: 27px;
  }

  .tit-44 {
    font-size: 28px;
  }

  .tit-45 {
    font-size: 29px;
  }

  .tit-46 {
    font-size: 30px;
  }

  .tit-47 {
    font-size: 31px;
  }

  .tit-48 {
    font-size: 32px;
  }

  .tit-49 {
    font-size: 33px;
  }

  .tit-50 {
    font-size: 28px;
  }

  .tit-51 {
    font-size: 29px;
  }

  .tit-52 {
    font-size: 30px;
  }

  .tit-53 {
    font-size: 31px;
  }

  .tit-54 {
    font-size: 32px;
  }

  .tit-55 {
    font-size: 33px;
  }

  .tit-56 {
    font-size: 34px;
  }

  .tit-57 {
    font-size: 35px;
  }

  .tit-58 {
    font-size: 36px;
  }

  .tit-59 {
    font-size: 37px;
  }

  .tit-60 {
    font-size: 32px;
  }

  .tit-61 {
    font-size: 33px;
  }

  .tit-62 {
    font-size: 34px;
  }

  .tit-63 {
    font-size: 35px;
  }

  .tit-64 {
    font-size: 36px;
  }

  .tit-65 {
    font-size: 37px;
  }

  .tit-66 {
    font-size: 38px;
  }

  .tit-67 {
    font-size: 39px;
  }

  .tit-68 {
    font-size: 40px;
  }

  .tit-69 {
    font-size: 41px;
  }

  .tit-70 {
    font-size: 42px;
  }

  .tit-72 {
    font-size: 40px;
  }

  .tit-73 {
    font-size: 41px;
  }

  .tit-74 {
    font-size: 42px;
  }

  .tit-75 {
    font-size: 43px;
  }

  .tit-76 {
    font-size: 44px;
  }

  .tit-77 {
    font-size: 45px;
  }

  .tit-78 {
    font-size: 46px;
  }

  .tit-79 {
    font-size: 47px;
  }

  .tit-80 {
    font-size: 48px;
  }
}
/*正文字号*/
.conbox-14 {
  line-height: 1.8;
  font-size: 14px;
}

.conbox-15 {
  line-height: 1.8;
  font-size: 15px;
}

.conbox-16 {
  line-height: 1.8;
  font-size: 16px;
}

.conbox-17 {
  line-height: 1.8;
  font-size: 17px;
}

.conbox-18 {
  line-height: 1.8;
  font-size: 18px;
}

.conbox-19 {
  line-height: 1.8;
  font-size: 19px;
}

.conbox-20 {
  line-height: 1.8;
  font-size: 20px;
}

.conbox-21 {
  line-height: 1.8;
  font-size: 21px;
}

.conbox-22 {
  line-height: 1.8;
  font-size: 22px;
}

.conbox-23 {
  line-height: 1.8;
  font-size: 23px;
}

.conbox-24 {
  line-height: 1.8;
  font-size: 24px;
}

@media (max-width: 1481px) {
  .conbox-18 {
    font-size: 16px;
  }

  .conbox-20 {
    font-size: 18px;
  }

  .conbox-24 {
    font-size: 20px;
  }
}
@media (max-width: 1281px) {
  .conbox-14 {
    font-size: 13px;
  }

  .conbox-15 {
    font-size: 13px;
  }

  .conbox-16 {
    font-size: 14px;
  }

  .conbox-18 {
    font-size: 15px;
  }

  .conbox-20 {
    font-size: 15px;
  }

  .conbox-24 {
    font-size: 16px;
  }
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-767 {
    display: none;
  }

  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pointer {
  cursor: pointer;
}

.bgtop {
  background-position: top;
}

.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-l {
  text-transform: lowercase;
}

.text-u {
  text-transform: uppercase;
}

.text-cap {
  text-transform: capitalize;
}

.text-bold {
  font-weight: bold;
}

.tic {
  font-style: italic;
}

.centerh {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.centerv {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.centerblock {
  margin-left: auto;
  margin-right: auto;
}

.shadow1 {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
  width: 100%;
  height: 100%;
}

.fullw {
  width: 100%;
}

.fullh {
  height: 100%;
}

.fullvh {
  height: 100vh;
}

.top {
  top: 0;
}

.btm {
  bottom: 0;
}

.lt {
  left: 0;
}

.rt {
  right: 0;
}

.block {
  display: block;
}

.inlineblock {
  display: inline-block;
}

.notrans {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.no-hover {
  pointer-events: none !important;
  cursor: default;
}

.trans3d0 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.round {
  border-radius: 50%;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.in-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*网站主体区域宽度样式*/
.w1600 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.w1480 {
  max-width: 1480px;
  width: 90%;
  margin: 0 auto;
}

.w1600 {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1300 {
    width: 94%;
  }
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .w1200 {
    width: 94%;
  }
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1080 {
    width: 94%;
  }
}

.w1070 {
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .w1070 {
    width: 94%;
  }
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 40px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #222222;
  width: auto;
  min-width:38px;
  height: 38px;
  line-height: 38px;
  padding:0 10px;
  margin: 0 .3rem;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #cb9d4c;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 .3rem;
  display: inline-block;
  background: #cb9d4c;
  color: #fff;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #cb9d4c;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

@media (max-width: 767px) {
  .page a {
    margin: 0;
  }

  .page {
    padding-top: 1rem;
  }
}
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}
.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}
.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}
.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}
.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}
.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}
.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}
.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}
.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}
.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}
/*常用css3动画样式*/
.trans {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all 0.4s;
}

.trans2 {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all 0.8s;
}

.trans-md2 {
  -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
  -webkit-animation: fade_out .5s ease forwards;
  animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
  -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
  animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
  visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
  visibility: inherit;
}

.anim_emt.start {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim_emt.start.scale_up {
  -webkit-animation-name: mk_scale;
  animation-name: mk_scale;
}

.anim_emt.start.fade_in {
  -webkit-animation-name: mk_fade;
  animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
  -webkit-animation-name: mk_right_to_left;
  animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
  -webkit-animation-name: mk_left_to_right;
  animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
  -webkit-animation-name: mk_top_to_bottom;
  animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
  -webkit-animation-name: mk_bottom_to_top;
  animation-name: mk_bottom_to_top;
}

.slide_anim {
  visibility: hidden;
}

.slide_anim.start {
  visibility: visible;
}

.slide_anim.b_to_t.start {
  -webkit-animation: mk_bottom_to_top .6s;
  animation: mk_bottom_to_top 0.6s;
}

.anim_emt.palx_img.start {
  overflow: hidden;
  -webkit-animation-name: tt_palx_wrap;
  animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
  -webkit-animation: tt_palx_img .6s;
  animation: tt_palx_img 0.6s;
}

.js-m {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.js-m-2-1 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes tt_palx_wrap {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tt_palx_img {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes loader_dash {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
@keyframes line_w100 {
  to {
    left: 100%;
  }
}
@keyframes rotate_360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_in {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes mk_scale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mk_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mk_left_to_right {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_right_to_left {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mk_bottom_to_top {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_top_to_bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mk_spt {
  0% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.a-del1 {
  animation-delay: 0.1s;
}

.a-del2 {
  animation-delay: 0.2s;
}

.a-del3 {
  animation-delay: 0.3s;
}

.a-del4 {
  animation-delay: 0.4s;
}

.a-del5 {
  animation-delay: 0.5s;
}

.a-del6 {
  animation-delay: 0.6s;
}

.a-del7 {
  animation-delay: 0.7s;
}

.a-del8 {
  animation-delay: 0.8s;
}

.a-del9 {
  animation-delay: 0.9s;
}

.a-del10 {
  animation-delay: 1s;
}

.a-dur1 {
  animation-duration: 0.3s;
}

.a-dur2 {
  animation-duration: 0.4s;
}

.a-dur3 {
  animation-duration: 0.5s;
}

.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/img1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

/*文字引用*/
/*@include font-face($font-family:'ad', $file-path:"../fonts/BEBAS", $weight: normal, $style: normal);
@include simple-text($borderColorFocus:#000);
@include simple-textarea($borderColorFocus:#52a8ec, $width:500px, $height:80px)
@include simple-btn($formbtn:false, $bgColor: $primary, $textColor:$white);
/*@include triangle(left, 10px, #000 )*/
/*@include triangle($direction, $size, $borderColor )*/
/*.conbox-16{
  color:nth($infoColor,1);
  background:nth($infoColor,2);
  border:1px solid nth($infoColor,3);
}*/
/*@include placeholder(#999);*/
/*margin-right: pe(16px);*/
/*@extend .in-block;*/
/*初始样式结束*/
/*首页加载loading*/
body.loading {
  overflow: hidden;
}

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f3f0;
  overflow: hidden;
  z-index: 5000;
}

#pageloader .logo {
  width: auto;
  height: 51px;
}

.darkmode #pageloader {
  background: #252525;
}

body.init #pageloader {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

body.init #pageloader .cont {
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo, body.init #pageloader div {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

body.init #pageloader .logo {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

body.init #pageloader .small {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

body.init #pageloader .loader-line {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.loader-line {
  width: 50vw;
  max-width: 300px;
  height: 2px;
  background: #A96B41;
  overflow: hidden;
}

.loader-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.loader-icon .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}

/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/


.w100 {
  width: 100%;
}

.search-form .input2::-webkit-input-placeholder {
  color: #999;
}

.search-form .input2::-moz-placeholder {
  color: #999;
}

.search-form .input2::-ms-input-placeholder {
  color: #999;
}

.bocweb-header3 {
  width: 100%;
}

.m-bocweb-header3 {
  /*position:fixed;*/
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: 99;
}
.m-bocweb-header3 .header2 {
  background: transparent;
  height: 60px;
  padding: 0 4%;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}
.m-bocweb-header3 .header2 .logo {
  width: 8rem;
  height: 1rem;
  display: block;
  position: relative;
  z-index: 12;
}
.m-bocweb-header3 .header2 .logo img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .logo .img1 {
  opacity: 1;
}
.m-bocweb-header3 .header2 .logo .img2 {
  opacity: 0;
}
.m-bocweb-header3 .header2 .nav .tit {
  display: block;
  width: 100%;
  padding: 16px 5%;
  line-height: 60px;
  position: relative;
}
.m-bocweb-header3 .header2 .nav .tit {
  line-height: 1.5;
}
.m-bocweb-header3 .header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.m-bocweb-header3 .header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.m-bocweb-header3 .header2 .nav .sub-tit.on{
  color:#cb9d4c;
}
.m-bocweb-header3 .header2 .nav .sec-list {
  line-height: 40px;
  padding:0 6%;
  /*background: #2cc2dc;*/
  display: none;
}
.m-bocweb-header3 .header2 .nav .sec-list a {
  color: #999;
}
.m-bocweb-header3 .header2 .hamburger {
  padding: 0;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #fff;
}
.m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger.is-active .hamburger-inner::after {
  background: #222;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.m-bocweb-header3 .header2 .h-right {
  z-index: 12;
}
.m-bocweb-header3 .header2 .h-right svg {
  fill: #fff;
}
.m-bocweb-header3 .header2 .search-btn {
  margin-right: .75rem;
}
.m-bocweb-header3 .header2 .search-btn svg {
  width: 25px;
  height: 25px;
}
.m-bocweb-header3 .header2 .buy-btn {
  margin-right: .75rem;
}
.m-bocweb-header3 .header2 .buy-btn svg {
  width: 25px;
  height: 25px;
}
.m-bocweb-header3 .header2 .languagebtn {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin-right: .75rem;
  text-align: center;
}
.m-bocweb-header3 .header2 .warp-nav {
  height: calc(100vh - 60px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  z-index: 9;
  display: none;
}
.m-bocweb-header3 .header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 60px);
}
.m-bocweb-header3 .header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
  background: #f7f7f7;
}
.m-bocweb-header3 .header2 .nav .li:nth-child(2n) {
  background: #fff;
}
.m-bocweb-header3 .header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding-left: 5%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.m-bocweb-header3 .header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.m-bocweb-header3 .header2 .nav .li:hover .warp-btn, .m-bocweb-header3 .header2 .nav .li:hover .warp-btn.cur, .m-bocweb-header3 .header2 .nav .li.cur .warp-btn, .m-bocweb-header3 .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.m-bocweb-header3 .header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.m-bocweb-header3 .header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.m-bocweb-header3 .header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.m-bocweb-header3 .header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}

.m-bocweb-header3.on {
  position: relative;
}

.m-bocweb-header3.active .header2 {
  background: #fff;
}
.m-bocweb-header3.active .header2 .logo .img1 {
  opacity: 0;
}
.m-bocweb-header3.active .header2 .logo .img2 {
  opacity: 1;
}
.m-bocweb-header3.active .header2 .h-right svg {
  fill: #666;
}
.m-bocweb-header3.active .header2 .h-right .languagebtn {
  color: #666;
}
.m-bocweb-header3.active .header2 .hamburger-inner, .m-bocweb-header3.active .header2 .hamburger-inner::before, .m-bocweb-header3.active .header2 .hamburger-inner::after {
  background: #222;
}

.pc-bocweb-header3 {
  height: 120px;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  transition: all .3s ease-in-out;
}
.pc-bocweb-header3 .n-header {
  position: relative;
  padding: 0 2rem;
  z-index: 9;
}
.pc-bocweb-header3 .logo {
  width: 11.875rem;
  height: 1.625rem;
  position: relative;
  display: block;
}
.pc-bocweb-header3 .logo img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pc-bocweb-header3 .logo .img1 {
  opacity: 1;
}
.pc-bocweb-header3 .logo .img2 {
  opacity: 0;
}
.pc-bocweb-header3 .navbox:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #efefef;
  transform: skew(-20deg);
}
.pc-bocweb-header3 .navbox:after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #efefef;
  transform: skew(-20deg);
}
.pc-bocweb-header3 .nav .li {
  margin: 0 .75rem;
  position: relative;
}
.pc-bocweb-header3 .nav .warp-btn {
  display: block;
  height: 120px;
  line-height: 120px;
  position: relative;
}
.pc-bocweb-header3 .nav .li:hover .warp-btn, .pc-bocweb-header3 .nav .li.cur .warp-btn {
  color: #cb9d4c !important;
}
.pc-bocweb-header3 .nav .nav-item {
  position: absolute;
  top: 120px;
  width: 180px;
  left: 0;
  background: #fff;
  display: none;
}
.pc-bocweb-header3 .nav .nav-item p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  border-bottom: 1px solid #f7f7f7;
}
.pc-bocweb-header3 .nav .nav-item p:last-child {
  border-bottom: none;
}
.pc-bocweb-header3 .nav .nav-item a {
  line-height: 1.8;
  padding: .5rem;
  display: block;
  color: #333;
  text-align: left;
}
.pc-bocweb-header3 .nav .nav-item a:hover {
  color: #2cc2dc;
}
.pc-bocweb-header3 .languagebtn {
  width: 30px;
  height: 30px;
  margin-right: .25rem;
}
.pc-bocweb-header3 .languagebtn:hover {
  color: #e0b15f !important;
}

.pc-bocweb-header3.on {
  position: relative;
}

.pc-bocweb-header3.index {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.pc-bocweb-header3.indexon {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pc-bocweb-header3.indexon .navbox:before, .pc-bocweb-header3.indexon .navbox:after {
  background: rgba(0, 0, 0, 0.1);
}
.pc-bocweb-header3.indexon .n-header .logo .img1 {
  opacity: 0;
}
.pc-bocweb-header3.indexon .n-header .logo .img2 {
  opacity: 1;
}
.pc-bocweb-header3.indexon .n-header .nav .warp-btn {
  color: #111;
}
.pc-bocweb-header3.indexon .n-header .right-btn {
  color: #111;
}
.pc-bocweb-header3.indexon .n-header .languagebtn {
  color: #111;
}
.pc-bocweb-header3.indexon .n-header .right-btn a {
  color: #111;
}

.pc-bocweb-header3.active {
  background: #fff;
}
.pc-bocweb-header3.active .n-header .logo .img1 {
  opacity: 0;
}
.pc-bocweb-header3.active .n-header .logo .img2 {
  opacity: 1;
}
.pc-bocweb-header3.active .n-header .nav .warp-btn {
  color: #111;
}
.pc-bocweb-header3.active .n-header .right-btn {
  color: #111;
}
.pc-bocweb-header3.active .n-header .right-btn a{
  color: #111;
}
.pc-bocweb-header3.active .n-header .languagebtn {
  color: #111;
}
@media (max-width: 1680px) {
  .pc-bocweb-header3 .n-header .languagebtn{
    margin-top:-20px !important;
  }
}

@media (max-width: 1680px) {
  .pc-bocweb-header3 .logo {
    width: 10rem;
  }
}
@media (max-width: 1680px) {
  .pc-bocweb-header3 .nav .li{
    margin: 0 .55rem;
  }
}
@media (max-width: 1480px) {
  .pc-bocweb-header3 .nav .li {
    margin: 0 .4rem;
  }
}
@media (max-width: 1480px) {
  .pc-bocweb-header3 {
    height: 100px;
  }

  .pc-bocweb-header3 .nav .warp-btn {
    height: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1280px) {
  .pc-bocweb-header3 .logo {
    width: 9rem;
  }

  .pc-bocweb-header3 .nav .li {
    margin: 0 .2rem;
  }
}
@media (max-width: 767px) {
  .m-bocweb-header3 .header2 {
    height: 60px;
  }

  .m-bocweb-header3 {
    height: 60px;
  }

  .m-bocweb-header3 .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .m-bocweb-header3 .header2 .hamburger {
    height: 20px;
  }

  .m-bocweb-header3 .hamburger-inner::before {
    top: -8px;
  }

  .m-bocweb-header3 .hamburger-inner::after {
    bottom: -8px;
  }

  .m-bocweb-header3 .header2 .hamburger-inner, .m-bocweb-header3 .header2 .hamburger-inner::before, .m-bocweb-header3 .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .m-bocweb-header3 .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
.bsBox {
  box-sizing: content-box;
}

.footer4 {
  background: #202020;
}
.footer4 .footer-top {
  padding: 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer4 .footer-top .leftbox {
  width: 70%;
  padding: 2.25rem 0 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.footer4 .footer-top .leftbox .li {
  width: 14.2%;
  padding-right: 3%;
}
.footer4 .footer-top .leftbox .tit2 {
  margin-bottom: .5rem;
}
.footer4 .footer-top .leftbox .tit3 {
  display: block;
  margin-bottom: .25rem;
  opacity: .5;
}
.footer4 .footer-top .leftbox .tit3:hover {
  opacity: 1;
}
.footer4 .footer-top .rightbox {
  width: 30%;
  padding-top: 2.25rem;
  padding-left: 3.25rem;
}
.footer4 .footer-top .rightbox .tit2 {
  margin-bottom: .5rem;
}
.footer4 .footer-top .rightbox .tipli {
  margin-bottom: .25rem;
}
.footer4 .footer-top .fxbox {
  margin-top: 1rem;
}
.footer4 .footer-top .fxbox span img {
  width: 1.25rem;
  height: 1.25rem;
}
.footer4 .footer-top .fxbox .wximg {
  background: #d0d0d0;
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  width: 100px;
  bottom: 55px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  transition: all .3s ease-in-out;
}
.footer4 .footer-top .fxbox .wximg:before {
  position: absolute;
  border-top: 6px solid #d0d0d0;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
.footer4 .footer-top .fxbox .li:hover .wximg {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.footer4 .footer-top .fxbox .li {
  margin-right: .5rem;
}
.footer4 .footer-top .bdsharebuttonbox a {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin-right: .5rem;
}
.footer4 .footer-top .bdsharebuttonbox .bds_qzone {
  background: url(../img/ficon2.png) no-repeat center center;
  background-size: 1.25rem auto;
}
.footer4 .footer-top .bdsharebuttonbox .bds_tsina {
  background: url(../img/ficon3.png) no-repeat center center;
  background-size: 1.25rem auto;
}
.footer4 .linkbox {
  margin-top: .5rem;
}
.footer4 .linkbox a {
  height: 25px;
  margin-right: .5rem;
}
.footer4 .linkbox img {
  max-height: 100%;
}
.footer4 .footer-bot {
  padding: .7rem 2rem;
  color: #808080;
  flex-flow: row-reverse wrap;
}
.footer4 .footer-bot a {
  color: #808080;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
    align-items: center;
}
.footer4 .footer-bot a img{
  width:20px;
  height:20px;
}
.footer4 .linkbox1 {
  width: 6rem;
  height: 20px;
  box-sizing: content-box;
  border: 1px solid rgba(132, 132, 132, 0.8);
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.footer4 .link-title {
  line-height: 20px;
}
.footer4 .linkbox1 svg {
  width: 15px;
  height: 15px;
  fill: rgba(255, 255, 255, 0.8);
}
.footer4 .linkbox1 .link-list {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: -1px;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: none;
  box-sizing: content-box;
}
.footer4 .linkbox1 .link-li {
  height: 45px;
  line-height: 45px;
  display: block;
  color: #666;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 15px;
}
.footer4 .linkbox1 .link-li:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .footer4 .footer-top .leftbox {
    display: none;
  }
  .footer4 .footer-top .rightbox {
    width: 100%;
    padding-left: 0;
    padding-bottom: 1.5rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  .footer4 .footer-top .rightbox .tipli {
    text-align: center;
  }
  .footer4 .footer-top .rightbox {
    padding-top: 1.8rem;
  }
  .footer4 .footer-bot {
    padding: .7rem 5%;
  }
  .footer4 .footer-top {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .footer4 .linkbox1 svg {
    width: 20px;
    height: 20px;
  }
  .footer4 .linkbox1 .link-li {
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
  }
  .footer4 .linkbox1 {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .footer4 .footer-top .rightbox {
    padding-bottom: 1rem;
  }
  .footer4 .footer-bot .right {
    width: 100%;
  }
  .footer4 .linkbox1 {
    width: 90%;
    margin-bottom: .5rem;
  }
  .footer4 .footer-bot span {
    width: 100%;
    text-align: center;
  }
  .footer4 .footer-top .fxbox {
    margin-top: 0;
  }
}

.warp-subnav {
  height: 2.5rem;
}

@media (max-width: 767px) {
  .warp-subnav {
    display: none;
  }
}
.n-subnav {
  border-bottom: 1px solid #d7d7d7;
  height: 2.5rem;
  background: #fff;
}
.n-subnav .li {
  margin: 0 .85rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.n-subnav .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #e0b15f;
  opacity: 0;
}
.n-subnav .li.cur {
  color: #e0b15f;
}
.n-subnav .li.cur:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .n-subnav .li {
    margin: 0 .5rem;
  }
}
@media (max-width: 425px) {
  .n-subnav .li {
    margin: 0 .35rem;
  }
}

.n-subnav.active {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

.position {
  position: relative;
  z-index: 1;
}

/*投资者教育*/
.search-formbox form {
  width: 100%;
}
.search-formbox .input1 {
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  background: transparent;
  height: 2rem;
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 0 1.5rem 0 1rem;
}
.search-formbox .input1:focus {
  border-color: rgba(224, 177, 95, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(224, 177, 95, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(224, 177, 95, 0.6);
}
.search-formbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.search-formbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.search-formbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.search-formbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.search-formbox .input2 {
  width: 1.25rem;
  height: 1.25rem;
  right: 1rem;
  top: 50%;
  margin-top: -.625rem;
  background: url(../img/searchbtn.png) no-repeat center center;
  background-size: 20px auto;
}
@media (max-width: 767px) {
  .search-formbox .input2 {
    right: .5rem;
  }
}

.n-edu {
  padding: 2.25rem 0 3rem;
  background: #f5f5f5;
}
.n-edu .ulbox {
  margin-top: 1.5rem;
  width: 103.75%;
  margin-bottom: -3.75%;
}
.n-edu .ulbox .li {
  width: 29.55%;
  display: block;
  margin-right: 3.75%;
  margin-bottom: 3.75%;
  background: #fff;
  border: 1px solid #ddd;
  padding: .75rem 1rem;
}
.n-edu .ulbox .time {
  margin-bottom: .5rem;
}
.n-edu .ulbox .tit2 {
  margin-bottom: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-edu .ulbox .more {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #aeaeae;
}
.n-edu .ulbox .icon {
  width: 30px;
  height: 30px;
  fill: #aeaeae;
}
.n-edu .ulbox .li:hover {
  background: #cb9d4c;
  border: 1px solid #cb9d4c;
}
.n-edu .ulbox .li:hover .time {
  color: #fff;
}
.n-edu .ulbox .li:hover .tit2 {
  color: #fff;
}
.n-edu .ulbox .li:hover .more {
  background: #cb9d4c;
  border: 1px solid #fff;
}
.n-edu .ulbox .li:hover .icon {
  fill: #fff;
}
@media (max-width: 767px) {
  .n-edu {
    padding: 1.5rem 0 2rem;
  }
  .n-edu .ulbox {
    margin-top: 1rem;
    width: 100%;
  }
  .n-edu .ulbox .icon {
    width: .75rem;
    height: .75rem;
  }
  .n-edu .ulbox .time {
    margin-bottom: 0;
  }
  .n-edu .ulbox .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    padding: .5rem 5%;
  }
  .n-edu .ulbox .tit2 {
    margin-bottom: 1rem;
  }
  .n-edu .ulbox .more {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.n-investor {
  padding: 2.5rem 0 3.5rem;
  background: #f5f5f5;
}
.n-investor .ulbox {
  margin-top: 1rem;
}
.n-investor .ulbox .li {
  width: 100%;
  padding: .75rem 0;
  background: transparent;
}
.n-investor .ulbox .li:nth-child(even) {
  background: #fff;
}
.n-investor .ulbox .iconbox {
  width: 180px;
  height: 2rem;
}
.n-investor .ulbox .iconbox svg {
  max-height: 1.2rem;
  fill: #cb9d4c;
}
.n-investor .ulbox .text {
  width: calc(100% - 180px);
  padding: 0 1.5rem;
  border-left: 1px solid #ddd;
}
.n-investor .ulbox .time {
  margin-bottom: 0;
}
.n-investor .ulbox .tit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.n-investor .ulbox .more {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #aeaeae;
}
.n-investor .ulbox .left {
  width: calc(100% - 80px);
}
.n-investor .ulbox .icon {
  width: .75rem;
  height: .75rem;
  fill: #aeaeae;
}
.n-investor .ulbox .li:hover {
  background: #cb9d4c;
}
.n-investor .ulbox .li:hover .time {
  color: #fff;
}
.n-investor .ulbox .li:hover .tit2 {
  color: #fff;
}
.n-investor .ulbox .li:hover .more {
  background: #cb9d4c;
  border: 1px solid #fff;
}
.n-investor .ulbox .li:hover .text {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.n-investor .ulbox .li:hover .iconbox svg {
  fill: #fff;
}
.n-investor .ulbox .li:hover .icon {
  fill: #fff;
}
@media (max-width: 767px) {
  .n-investor {
    padding: 1.5rem 0 2rem;
  }
  .n-investor .ulbox .iconbox {
    width: 60px;
    height: 1rem;
    display:none;
  }
  .n-investor .ulbox .iconbox svg {
    max-height: 1rem;
  }
  .n-investor .ulbox .text {
    width: 100%;
    border-left:none;
    padding: 0 .5rem;
  }
}

.n-questions {
  background: #f5f5f5;
}
.n-questions .ulbox .li {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddddd;
  margin-bottom: .5rem;
}
.n-questions .ulbox .icon {
  width: 1rem;
  height: auto;
  margin-right: .75rem;
}
.n-questions .ulbox .litop {
  padding: .5rem 1rem;
  background: #e0b15f;
}
.n-questions .ulbox .icon2 {
  width: .8rem;
  height: .8rem;
}
.n-questions .ulbox .left {
  width: calc(100% - 120px);
  align-items: flex-start;
}
.n-questions .ulbox .icon{
  margin-top:5px;
}
.n-questions .ulbox .left span{
  width:calc(100% - 80px);
}
.n-questions .ulbox .text {
  padding: .75rem 3rem;
}
.n-questions .questions-list1 {
  padding: 2.5rem 0 2.8rem;
}
@media (max-width: 767px) {
  .n-questions .questions-list1 {
    padding: 1.5rem 0 1rem;
  }
  .n-questions .ulbox .text {
    padding: .75rem 5%;
  }
  .n-questions .li .litop {
    padding: .5rem 5%;
  }
  .n-questions .li .litop span {
    width: calc(100% - 60px);
    line-height: 1.5;
  }
  .n-questions .ulbox .left {
    width: 100%;
  }
  .n-questions .ulbox .icon2 {
    display: none;
  }
}
.n-questions .questions-list2 {
  padding: 0 0 4.5rem;
}
.n-questions .questions-list2 .formbox {
  width: 1120px;
  max-width: 90%;
  margin: 0 auto;
}
.n-questions .questions-list2 .tit2 {
  margin-bottom: .4rem;
}
.n-questions .questions-list2 .contentbox {
  width: 100%;
}
.n-questions .questions-list2 .contentbox .item-li {
  margin-bottom: .25rem;
}
.n-questions .questions-list2 .contentbox .li {
  width: 49.5%;
}
.n-questions .questions-list2 .contentbox .input1 {
  width: 100%;
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 1.5rem;
  padding: 10px .7rem;
}
.n-questions .questions-list2 .contentbox .input1:focus {
  border-color: rgba(224, 177, 95, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(224, 177, 95, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(224, 177, 95, 0.6);
}
.n-questions .questions-list2 .contentbox .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input2 {
  padding: 10px .7rem;
  height: 18px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 126px;
  width: 100%;
  vertical-align: top;
}
.n-questions .questions-list2 .contentbox .input2:focus {
  border-color: rgba(224, 177, 95, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(224, 177, 95, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(224, 177, 95, 0.6);
}
.n-questions .questions-list2 .contentbox .input2::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.n-questions .questions-list2 .contentbox .input2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.n-questions .questions-list2 .contentbox .li3 {
  width: 49.5%;
}
.n-questions .questions-list2 .contentbox .li3 .input3 {
  padding-right: 160px;
}
.n-questions .questions-list2 .contentbox .li3 .captcha {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  max-height: 1.25rem;
  right: .75rem;
}
.n-questions .questions-list2 .contentbox .submitbtn {
  width: 49.5%;
  height: 1.5rem;
}
.n-questions .questions-list2 .contentbox .input4 {
  width: 49.8%;
  height: 1.5rem;
}
.n-questions .questions-list2 .contentbox .input4 {
  background: #e0b15f;
}
.n-questions .questions-list2 .contentbox .input5 {
  background: #dbdbdb;
}

@media (max-width: 767px) {
  .n-questions .questions-list2 {
    padding-bottom: 2rem;
  }
  .n-questions .questions-list2 .contentbox .li {
    width: 100%;
    margin-bottom: .25rem;
  }
  .n-questions .questions-list2 .contentbox .li:last-child {
    margin-bottom: 0;
  }
  .n-questions .questions-list2 .contentbox .li3 {
    width: 100%;
  }
  .n-questions .questions-list2 .contentbox .submitbtn {
    width: 100%;
    margin-top: .25rem;
  }
}

/*新闻*/
.n-news-list1 {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 3.25rem;
}
.n-news-list1 .contentbox {
  flex-flow: row-reverse wrap;
}
.n-news-list1 .time {
  color: #555;
  margin-bottom: .5rem;
}
.n-news-list1 .tit2 {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.n-news-list1 .tit3 {
  line-height: 35px;
  height: 70px;
  margin-bottom: .65rem;
  overflow: hidden;
}
.n-news-list1 .tit4 {
  color: #555;
  line-height: 26px;
  height: 78px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.n-news-list1 .morebtn {
  color: #afafaf;
  line-height: 30px;
}
.n-news-list1 .morebtn .icon {
  width: 30px;
  height: 30px;
  margin-left: .25rem;
  fill: #afafaf;
}
.n-news-list1 .morebtn:hover {
  color: #2cc2dc;
}
.n-news-list1 .morebtn:hover .icon {
  transform: translate(5px, 0);
  fill: #2cc2dc;
}
.n-news-list1 .leftbox {
  width: 35%;
  padding-top: 2.25rem;
  padding-right: 1rem;
}
.n-news-list1 .text {
  padding-left: 1rem;
}
.n-news-list1 .rightbox {
  width: 65%;
  height: 15.5rem;
}
@media (max-width: 1480px) {
  .n-news-list1 .leftbox {
    padding-top: 1.5rem;
  }
  .n-news-list1 .tit2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .n-news-list1 {
    margin-bottom: 1.5rem;
  }
  .n-news-list1 .tit2 {
    width: 100%;
    margin-top: 1rem;
  }
  .n-news-list1 .tit3 {
    line-height: 30px;
    height: 60px;
  }
  .n-news-list1 .rightbox {
    width: 100%;
    height: 10rem;
  }
  .n-news-list1 .leftbox {
    width: 100%;
    padding: .5rem 0;
  }
  .n-news-list1 .text {
    padding-left: 0;
  }
}

.n-news-list2 {
  background: #f5f5f5;
  padding: 2.5rem 0 4.5rem;
}
.n-news-list2 .ulbox {
  width: 107.34%;
  margin-bottom: -1rem;
  margin-top: 1.75rem;
}
.n-news-list2 .li {
  width: 25.57%;
  margin-bottom: 1.5rem;
  margin-right: 7.34%;
}
.n-news-list2 .img {
  width: 100%;
  height: 6.45rem;
}
.n-news-list2 .text {
  padding-top: .5rem;
}
.n-news-list2 .time {
  color: #555;
  margin-bottom: .5rem;
}
.n-news-list2 .time img {
  margin-right: .25rem;
  width: 19px;
}
.n-news-list2 .tit3 {
  line-height: 36px;
  max-height: 72px;
  margin-bottom: .7rem;
  overflow: hidden;
}
.n-news-list2 .morebtn {
  color: #afafaf;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #151515;
}
.n-news-list2 .morebtn .icon {
  width: 25px;
  height: 25px;
  fill: #151515;
}
.n-news-list2 .li:hover .img {
  transform: scale3d(1.1, 1.1, 1);
}
.n-news-list2 .li:hover .tit3 {
  color: #e0b15f;
}
.n-news-list2 .li:hover .morebtn {
  border: 1px solid transparent;
  background: #e0b15f;
}
@media (max-width: 1024px) {
  .n-news-list2 .ulbox {
    width: 104%;
    margin-bottom: -1rem;
    margin-top: 1rem;
  }
  .n-news-list2 .li {
    width: 29.3%;
    margin-bottom: 1rem;
    margin-right: 4%;
  }
}
@media (max-width: 767px) {
  .n-news-list2 {
    padding: 1.5rem 0 2.5rem;
  }
  .n-news-list2 .ulbox {
    width: 100%;
  }
  .n-news-list2 .time {
    margin-bottom: .2rem;
  }
  .n-news-list2 .tit3 {
    margin-bottom: .5rem;
  }
  .n-news-list2 .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .n-news-list2 .morebtn .icon {
    width: .55rem;
    height: .55rem;
  }
}

.n-news-list3 {
  padding: 2.25rem 0 3rem;
  background: #f5f5f5;
}
.n-news-list3 .ulbox {
  width: 100%;
}
.n-news-list3 .li {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.n-news-list3 .img {
  width: 13rem;
  height: 8.875rem;
}
.n-news-list3 .text {
  width: calc(100% - 14.75rem);
}
.n-news-list3 .time {
  color: #555;
}
.n-news-list3 .tit3 {
  line-height: 1.4;
  margin-bottom: .5rem;
}
.n-news-list3 .tit4 {
  color: #555;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: .5rem;
}
.n-news-list3 .morebtn img {
  width: 1.5rem;
  height: 1.5rem;
  fill: #2b2b2b;
}
.n-news-list3 .li:hover .img {
  transform: scale3d(1.1, 1.1, 1);
}
.n-news-list3 .li:hover .tit3 {
  color: #e0b15f;
}
.n-news-list3 .li:hover .morebtn {
  transform: translate(5px, 0);
}
@media (max-width: 1024px) {
  .n-news-list3 .img {
    width: 10rem;
    height: 6.875rem;
  }
  .n-news-list3 .text {
    width: calc(100% - 12rem);
  }
}
@media (max-width: 767px) {
  .n-news-list3 {
    padding: 1.5rem 0 2rem;
  }
  .n-news-list3 .ulbox {
    width: 100%;
  }
  .n-news-list3 .img, .n-news-list3 .imgbox {
    width: 100%;
  }
  .n-news-list3 .text {
    padding-top: 1rem;
    width: 100%;
  }
  .n-news-list3 .li {
    padding-bottom: .55rem;
  }
  .n-news-list3 .time {
    margin-bottom: .2rem;
  }
  .n-news-list3 .tit3 {
    margin-bottom: .5rem;
  }
  .n-news-list3 .tit4 {
    line-height: 22px;
    height: 44px;
  }
}

.n-news-list4 {
  padding: 2.25rem 0 3rem;
  background: #f5f5f5;
}
.n-news-list4 .ulbox {
  width: 100%;
}
.n-news-list4 .li {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.n-news-list4 .img {
  width: 13rem;
  height: 7.6rem;
}
.n-news-list4 .time {
  padding: 0 1rem;
  width: 160px;
}
.n-news-list4 .text {
  width: calc(100% - 14.75rem - 160px);
  margin-left: 1.75rem;
}
.n-news-list4 .time {
  color: #555;
}
.n-news-list4 .sp {
  line-height: 1.2;
  padding-bottom: .45rem;
  border-bottom: 1px solid #dbdbdb;
}
.n-news-list4 .sp2 {
  line-height: 1.2;
}
.n-news-list4 .tit3 {
  line-height: 1.4;
  margin-bottom: .5rem;
}
.n-news-list4 .tit4 {
  color: #555;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-bottom: .5rem;
}
.n-news-list4 .morebtn img {
  width: 1.5rem;
  height: 1.5rem;
  fill: #2b2b2b;
}
.n-news-list4 .li:hover .img {
  transform: scale3d(1.1, 1.1, 1);
}
.n-news-list4 .li:hover .tit4 {
  color: #555;
}
.n-news-list4 .li:hover .morebtn .icon {
  transform: translate(5px, 0);
  fill: #e0b15f;
}
@media (max-width: 1024px) {
  .n-news-list4 .img {
    width: 10rem;
    height: 6.875rem;
  }
  .n-news-list4 .text {
    width: calc(100% - 12rem - 160px);
  }
}
@media (max-width: 768px) {
  .n-news-list4 {
    padding: 1.5rem 0 2rem;
  }
  .n-news-list4 .ulbox {
    width: 100%;
  }
  .n-news-list4 .img, .n-news-list4 .imgbox {
    width: 100%;
  }
  .n-news-list4 .text {
    padding-top: 1rem;
    width: 100%;
    margin-left: 0;
  }
  .n-news-list4 .li {
    padding-bottom: .55rem;
  }
  .n-news-list4 .time {
    margin-bottom: .2rem;
  }
  .n-news-list4 .tit3 {
    margin-bottom: .5rem;
  }
  .n-news-list4 .tit4 {
    line-height: 22px;
    height: 44px;
  }
}

/*
-----------
** 新闻详细1 **
-----------
*/
.news-info1 {
  background: #fff;
  padding: 2.25rem 0 3rem;
  border-top: 1px solid #e5e5e5;
}
.news-info1 .news-top {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
  text-align: center;
}
.news-info1 .news-top .news-tit {
  margin-bottom: .4rem;
}
.news-info1 .news-text {
  padding: 1rem 0 1.5rem;
  line-height: 2;
  color: #555;
  border-bottom: 1px solid #e5e5e5;
}
.news-info1 .news-text img {
  max-width: 100%;
  display:inline-block;
  margin: 0 auto;
}
.news-info1 .news-nav {
  padding-top: .5rem;
}
.news-info1 .news-nav .nav-l {
  width: 70%;
}
.news-info1 .news-nav .nav-l span {
  line-height: 28px;
  margin-bottom: .25rem;
  color: #555;
  display: block;
}
.news-info1 .news-nav .nav-l span a {
  color: #555;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.news-info1 .news-nav .nav-l span a:hover {
  color: #e0b15f;
}
.news-info1 .news-nav .news-back {
  width: 68px;
}
.news-info1 .news-nav .news-back .back-btn {
  display: block;
  text-align: left;
  color: #333;
}
.news-info1 .news-nav .news-back .back-btn:hover {
  color: #e0b15f;
}

@media (max-width: 767px) {
  .news-info1 .news-text {
    padding-bottom: 30px;
  }

  .news-info1 .news-top .news-tit {
    line-height: 1.5;
  }

  .news-info1 .news-nav {
    padding-top: 20px;
  }

  .news-info1 .news-nav .nav-l {
    width: 100%;
  }

  .news-info1 .news-nav .news-back {
    float: left;
    margin-top: 10px;
    display: block;
  }

  .news-info1 .news-text {
    font-size: 14px;
  }

  .news-info1 .news-nav .nav-l span {
    font-size: 12px;
  }

  .news-info1 {
    padding: 1.5rem 0 2rem;
  }
}
.news-info2 {
  background: #f5f5f5;
  padding: 3rem 0 3.5rem;
}
.news-info2 .news-bot {
  padding: 1.25rem 0 0;
}
.news-info2 .back-btn {
  width: 8.75rem;
  height: 1.75rem;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.news-info2 .news-text {
  margin-bottom: 0;
}
.news-info2 .back-btn:hover {
  background: #cb9d4c;
  border: 1px solid #cb9d4c;
  color: #fff;
}
@media (max-width: 767px) {
  .news-info2 {
    padding: 1.5rem 0 2rem;
  }
}

.news-list6-dialog3 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.news-list6-dialog3 .dialog__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s;
}
.news-list6-dialog3 .dialog__content {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  padding: 0;
  max-width: 1400px;
  width: 90%;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  max-height:80vh;
  background:#fff;
}
.news-list6-dialog3 .dialog__content .leftbox{
  width:10.5rem;
  padding:1.5rem 1rem 1rem;
  background:#e0b15f;
}
.news-list6-dialog3 .dialog__content .rightbox{
  width:calc(100% - 10.5rem);
  padding:1.25rem 1.7rem;
} 
.news-list6-dialog3 .dialog__content .leftbox .tit2{
  margin-bottom:.7rem;
}
.news-list6-dialog3 .dialog__content .leftbox .tit3 p{
  margin-bottom:.2rem;
  width:100%;
}
.news-list6-dialog3 .dialog__content .rightbox .tit2{
  padding-bottom:.5rem;
  margin-bottom:.7rem;
}
.news-list6-dialog3 .dialog__content .rightbox .tit2:before{
  content:"";
  position: absolute; 
  width:30px;
  height:3px;
  background:#e0b15f;
  left:0;
  bottom:0;
}
.news-list6-dialog3 .dialog__content .rightbox .ntext{
  max-height:50vh;
}
.news-list6-dialog3 .dialog__content .rightbox .ntext img{
  margin-top:.65rem;
}
.news-list6-dialog3 .dialog__content .rightbox .ntext .mCSB_scrollTools .mCSB_dragger{
  height:30px !important;
}

.news-list6-dialog3 .dialog__content .rightbox .ntext .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 30px;
    width: 5px;
    background: #d7d7d7 !important;
    border-radius: 5px;
}
.news-list6-dialog3 .dialog__content .rightbox .ntext .mCSB_scrollTools .mCSB_draggerRail{
  width: 1px;
}


.news-list6-dialog3 .closebtn {
  position: absolute;
  right:1rem;
  top: 1rem;
  z-index: 3;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  background:#d0d0d0;
  border-radius:50%;
  transition: all .3s;
}
.news-list6-dialog3 .closebtn svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.news-list6-dialog3.dialog--open {
  opacity: 1;
  visibility: visible;
}

.news-list6-dialog3.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  backdrop-filter: blur(5px);
}


/*.news-list6-dialog3.dialog--open #video {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}

.news-list6-dialog3.dialog--close #video {
  opacity: 0;
  visibility: hidden;
}*/

.news-list6-dialog3.dialog--open .dialog__content, .news-list6-dialog3.dialog--close .dialog__content {
  opacity: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.news-list6-dialog3.dialog--open .dialog__content {
  -webkit-animation-name: anim-open3;
  animation-name: anim-open3;
}

.news-list6-dialog3 .dialog__overlay {
  background: rgba(0, 0, 0, 0.8);
}

.news-list6-dialog3.dialog--close .dialog__content {
  -webkit-animation-name: anim-close3;
  animation-name: anim-close3;
}

@media (max-width: 1024px) {
  .news-list6-dialog3 .closebtn {
    background:#e0b15f;
    color: #fff;
  }

  .news-list6-dialog3 .dialog__content .p {
    font-size: 14px;
    width: 90%;
    margin-top: .5rem;
  }
  .news-list6-dialog3 .dialog__content .rightbox{
    padding: .55rem .7rem;
  }
  .news-list6-dialog3 .dialog__content .rightbox .tit2{
    padding-right:1.5rem;
  }
}
@media (max-width: 767px) {
  .news-list6-dialog3 .dialog__content .leftbox{
    width:100%;
  }
  .news-list6-dialog3 .dialog__content .rightbox{
    width:100%;
  }
  .news-list6-dialog3 .dialog__content .rightbox .ntext{
        max-height: none;
  }
  .news-list6-dialog3 .closebtn {
    right: 3%;
  }
}
@-webkit-keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open3 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
  }
}
@keyframes anim-close3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
}
/*加入我们*/
.n-join {
  background: #f5f5f5;
  padding: 3.25rem 0 5rem;
}
.n-join .li {
  background: transparent;
  margin-bottom: .5rem;
  flex-flow: row-reverse wrap;
}
.n-join .li:nth-child(2n) {
  flex-flow: row wrap;
}
.n-join .li:nth-child(2n) .text {
  width: 50%;
  padding: 1rem 0 3.375rem 2.5rem;
}
.n-join .tit3 {
  margin-bottom: .55rem;
  line-height: 1.2;
}
.n-join .img {
  width: 50%;
  min-height: 12.5rem;
}
.n-join .text {
  width: 50%;
  padding: 1rem 2.5rem 3.375rem 0;
}
.n-join .conbox-15 {
  line-height: 2;
}
@media (max-width: 768px) {
  .n-join {
    padding: 1.5rem 0 2.5rem;
  }
  .n-join .li {
    margin-bottom: .65rem;
  }
  .n-join .img {
    width: 100%;
    height: 10rem;
    min-height: auto;
  }
  .n-join .tit3 {
    margin-bottom: .2rem;
  }
  .n-join .text {
    width: 100%;
    padding: .75rem 0 .5rem;
  }
  .n-join .li:nth-child(2n) .text {
    width: 100%;
    padding: 0.75rem 0 0.5rem;
  }
}

.n-recruit {
  padding: 2.25rem 0 4rem;
  background: #f5f5f5;
}
.n-recruit .recruit-warp {
  margin-top: 1.25rem;
}

.recruit-list-1 .list-title {
  padding: .5rem 0;
  background: #e0b15f;
}
.recruit-list-1 .list-title .span1 {
  width: 32%;
  text-indent: 1.5rem;
}
.recruit-list-1 .list-title .span2, .recruit-list-1 .list-title .span3 {
  width: 30%;
  text-indent: .75rem;
}
.recruit-list-1 .list {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #fff;
  margin-top: -1px;
}
.recruit-list-1 .list .list-top {
  padding: .5rem 0;
  cursor: pointer;
}
.recruit-list-1 .list .span1 {
  width: 32%;
  text-indent: 1.5rem;
}
.recruit-list-1 .list .span2, .recruit-list-1 .list .span3 {
  width: 30%;
  text-indent: .75rem;
}
.recruit-list-1 .list .span6 {
  width: 40px;
  height: 40px;
  text-align: center;
  text-indent: 1rem;
}
.recruit-list-1 .list .span6 svg {
  width: 30px;
  height: 30px;
  transition: all .3s;
  fill: #cb9d4c;
}
.recruit-list-1 .list .span6.on svg {
  transform: rotate(-45deg);
}
.recruit-list-1 .list .itembox {
  margin-bottom: .5rem;
}
.recruit-list-1 .list .item {
  width: 50%;
  padding: 0 2rem 0 1.25rem;
}
.recruit-list-1 .list .list-hide {
  padding: .5rem 0 1rem;
  border-top: 1px solid #d6d6d6;
  position: relative;
  display: none;
}
.recruit-list-1 .list .text {
  color: #555;
}
.recruit-list-1 .list .tit2 {
  margin-bottom: 10px;
}
.recruit-list-1 .list .morebox {
  width: auto;
  display: inline-block;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background: #e0b15f;
  border-radius: 45px;
  padding: 0 .55rem;
  margin-left: 1.25rem;
}

@media (max-width: 960px) {
  .recruit-list-1 .span2, .recruit-list-1 .span3, .recruit-list-1 .span4 {
    display: none;
  }

  .recruit-list-1 .span1 {
    width: calc(100% - 60px) !important;
  }

  .recruit-list-1 .span6 {
    width: 50px !important;
  }
}
@media (max-width: 767px) {
  .n-recruit {
    padding: 1.5rem 0 2.5rem;
  }

  .n-recruit .recruit-warp {
    margin-top: .55rem;
  }

  .recruit-list-1 .list .span1 {
    text-indent: .5rem;
  }

  .recruit-list-1 .list-title .span1 {
    text-indent: .5rem;
  }

  .recruit-list-1 .list .list-top {
    padding: .25rem 0;
  }

  .recruit-list-1 .list .item {
    padding: 0;
    width: 100%;
    margin-bottom: .55rem;
  }

  .recruit-list-1 .list .list-hide {
    padding: 0.5rem 0.5rem 1rem;
  }

  .recruit-list-1 .list .morebox {
    margin-left: 0;
  }

  .recruit-list-1 .list .span6 svg {
    width: 20px;
    height: 20px;
  }

  .recruit-list-1 .list .tit2 {
    margin-bottom: 0;
  }
}
.n-banner {
  height: 15.5rem;
}
.n-banner .downbtn {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  bottom: 1.65rem;
  border: 1px dashed #fff;
}
.n-banner .downbtn .icon {
  width: .75rem;
  height: .75rem;
  fill: #fff;
  animation: start-backtop-1 2s infinite ease-in-out;
}
@media (max-width: 767px) {
  .n-banner {
    height: 10rem;
  }
  .n-banner .downbtn {
    bottom: 1rem;
  }
}

@keyframes start-backtop-1 {
  0%, 30% {
    opacity: 0;
    transform: translate(0, -8px);
  }
  40% {
    opacity: 1;
    transform: translate(0px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0px, 5px);
  }
}
.n-party {
  background: #f5f5f5;
  padding-bottom: 2rem;
}

.party-list1 {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #d6d6d6;
}
.party-list1 .party-imgbox {
  width: 50%;
}
.party-list1 .rightbox {
  width: 45%;
}
.party-list1 .tit2 {
  line-height: 1.2;
}
.party-list1 .prve-btn .icon {
  transform: rotate(-180deg);
}
.party-list1 .next-btn, .party-list1 .prve-btn {
  width: 30px;
  height: 30px;
}
.party-list1 .next-btn .icon, .party-list1 .prve-btn .icon {
  width: 25px;
  height: 25px;
  fill: #b6b6b6;
}
.party-list1 .next-btn:hover .icon, .party-list1 .prve-btn:hover .icon {
  fill: #e0b15f;
}
.party-list1 .swiper-pagination {
  position: relative;
  color: #b6b6b6;
  width: 120px;
  bottom: 0;
  line-height: 1;
}
.party-list1 .swiper-pagination span {
  margin: 0 5px;
}
.party-list1 .swiper-pagination .swiper-pagination-current {
  color: #e0b15f;
}
.party-list1 .titlebox {
  padding-bottom: .75rem;
  margin-bottom: .7rem;
  border-bottom: 1px solid #dfdfdf;
}
.party-list1 .tit3 {
  line-height: 30px;
  max-height: 60px;
  margin-bottom: .7rem;
  font-size:20px;
  display:block;
  overflow: hidden;
}
.party-list1 .tit4 {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  color: #555;
}
.party-list1 .morebtn {
  color: #a6a6a6;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #a6a6a6;
}
.party-list1 .morebtn .icon {
  width: 25px;
  height: 25px;
  fill: #a6a6a6;
}
.party-list1 .morebtn:hover {
  background: #e0b15f;
  border: 1px solid transparent;
}
.party-list1 .morebtn:hover .icon {
  fill: #fff;
}


@media (max-width: 767px) {
  .party-list1 .tit3 {
    font-size:18px;
  }
  .party-list1 .party-imgbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .party-list1 .rightbox {
    width: 100%;
  }

  .party-list1 {
    padding: 1.5rem 0 1rem;
  }

  .party-list1 .swiper-pagination {
    width: 80px;
  }
}
.party-listbox {
  padding: 1.55rem 0;
  border-bottom: 1px solid #d6d6d6;
}
.party-list1 .party-imgbox .bg{
  width:100%;
  height:11.765rem;
  background-size:cover !important;
}
.party-listbox .tit2 {
  line-height: 1.2;
}
.party-listbox .prve-btn .icon {
  transform: rotate(-180deg);
}
.party-listbox .next-btn, .party-listbox .prve-btn {
  width: 30px;
  height: 30px;
}
.party-listbox .next-btn .icon, .party-listbox .prve-btn .icon {
  width: 25px;
  height: 25px;
  fill: #b6b6b6;
}
.party-listbox .next-btn:hover .icon, .party-listbox .prve-btn:hover .icon {
  fill: #e0b15f;
}
.party-listbox .swiper-pagination {
  position: relative;
  color: #b6b6b6;
  width: 120px;
  bottom: 0;
  line-height: 1;
}
.party-listbox .swiper-pagination span {
  margin: 0 5px;
}
.party-listbox .swiper-pagination .swiper-pagination-current {
  color: #e0b15f;
}
.party-listbox .img {
  margin-bottom: .5rem;
  display:block;
  
}
.party-listbox .img .bg{
  width:100%;
  height:7.2rem;
  background-size:cover !important;
}
.party-listbox .img img{
  transform:scale3d(1, 1, 1);
  transition: all .4s;
}
.party-listbox .titlebox {
  margin-bottom: 1rem;
}
.party-listbox .tit3 {
  line-height: 30px;
  max-height: 60px;
  margin-bottom: .7rem;
  display:block;
  overflow: hidden;
}
.party-listbox .tit4 {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  color: #555;
}
.party-listbox .time {
  margin-bottom: .25rem;
}
.party-listbox .morebtn {
  color: #a6a6a6;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #a6a6a6;
  margin-left: 2px;
}
.party-listbox .morebtn .icon {
  width: 25px;
  height: 25px;
  fill: #a6a6a6;
}
.party-listbox .swiper-slide:hover .img img{
  transform:scale3d(1.1, 1.1, 1.0);
}
.party-listbox .swiper-slide:hover .tit3 {
  color: #e0b15f;
}
.party-listbox .morebtn:hover {
  background: #e0b15f;
  border: 1px solid transparent;
}
.party-listbox .morebtn:hover .icon {
  fill: #fff;
}

.party-listbox:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .party-list1 .swiper-pagination,.party-listbox .swiper-pagination{
    width:90px;
  }
}
@media (max-width: 767px) {
  .party-listbox .swiper-pagination {
    width: 80px;
  }
}

.about-list1 {
  background: #fff;
}
.about-list1 .leftbox {
  width: 330px;
  padding-right: 2rem;
  padding-top: 2.5rem;
  border-right: 1px solid #e6e6e6;
}
.about-list1 .leftbox .tit2 {
  margin-bottom: 1.5rem;
  line-height: 1.4;
  width:100%;
}
.about-list1 .leftbox .p {
  color: #cb9d4c;
}
.about-list1 .leftbox .p p {
  margin-bottom: .2rem;
}
.about-list1 .rightbox {
  padding: 2.5rem 0 3.375rem;
  width: calc(100% - 330px);
  padding-left: 1.25rem;
  color: #555;
  line-height: 2;
}
@media (max-width: 1024px) {
  .about-list1 {
    padding: 1.5rem 0;
  }
  .about-list1 .leftbox .p {
    text-align: center;
  }
  .about-list1 .leftbox .tit2 {
    margin-bottom: .5rem;
  }
  .about-list1 .leftbox {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .about-list1 .rightbox {
    width: 100%;
    padding-left: 0;
    padding: 1.5rem 0 0;
  }
  .about-list1 .leftbox{
    padding-top:0;
  }
  .about-list1 .leftbox .p p{
    text-align:left;
  }
}

.about-list2 {
  padding: 3rem 0;
}
.about-list2 .sp {
  opacity: .1;
}
.about-list2 .ulbox {
  margin-top: 1.5rem;
}
.about-list2 .tit4 {
  margin-top: .7rem;
  padding: 0 .6rem;
  width:100%;
}
.about-list2 .li {
  width: 25%;
  margin: 0 .75rem;
}
@media (max-width: 767px) {
  .about-list2 {
    padding: 2rem 0;
  }
  .about-list2 .ulbox {
    margin-top: 1rem;
  }
  .about-list2 .icon {
    height: 2.5rem;
  }
  .about-list2 .li {
    width: 100%;
    margin: 0 0 .85rem;
  }
  .about-list2 .tit4 {
    margin-top: .35rem;
  }
}

.about-list3 {
  padding: 2rem 0 0;
}
.about-list3 .sp {
  opacity: .1;
  line-height: 1.2;
}
.about-list3 .leftbox {
  width: 50%;
  height: 12.5rem;
}
.about-list3 .rightbox {
  width: 50%;
  padding-left: 1.75rem;
}
.about-list3 .contentbox {
  margin-top: 1.25rem;
}
.about-list3 .tit3 {
  margin-bottom: .5rem;
}
.about-list3 .itembox {
  border-top: 1px solid #e6e6e6;
}
.about-list3 .li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .about-list3 .leftbox {
    height: 8rem;
  }
  .about-list3 .leftbox, .about-list3 .rightbox {
    width: 100%;
  }
  .about-list3 .rightbox {
    margin-top: 1rem;
    padding-left: 0;
  }
}

.about-list4 {
  padding: 2.5rem 0;
}
.about-list4 .sp {
  opacity: .1;
  line-height: 1.2;
}
.about-list4 .leftbox {
  width: 50%;
  height: 12.5rem;
}
.about-list4 .rightbox {
  width: 50%;
  padding-left: 1.75rem;
}
.about-list4 .contentbox {
  margin-top: 1.25rem;
}
.about-list4 .contentbox img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .about-list4 {
    padding: 1.5rem 0;
  }
}

.about-list5 {
  background: #f5f5f5;
  padding: 2rem 0 3rem;
}
.about-list5 .title .sp {
  opacity: .1;
}
.about-list5 .his-container {
  margin-top: 0;
  padding: 15px;
  position: relative;
}
.about-list5 .his-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background: #d2d1d1;
  top: 50%;
}
.about-list5 .his-container .swiper-slide {
  height: 670px;
}
.about-list5 .his-container .text {
  padding: 15px .75rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.about-list5 .his-container .li {
  width: 24.68%;
  height: 340px;
  top: 28px;
  position: absolute;
}
.about-list5 .his-container .dian {
  height: 55px;
}
.about-list5 .his-container .dian:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #bebebe;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
}
.about-list5 .his-container .dian .icon {
  width: .7rem;
  height: 1rem;
  fill: #bdbdbd;
  display: block;
  margin: 0 auto;
}
.about-list5 .his-container .tit3 {
  height: 175px;
  margin-top: .5rem;
}
.about-list5 .his-container .dian {
  margin-top: 30px;
  transform: rotate(-180deg);
}
.about-list5 .his-container .jian {
  width: 24px;
  height: 24px;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  transform: rotate(-45deg);
}
.about-list5 .his-container .li:nth-child(2n-1) {
  top: 285px;
}
.about-list5 .his-container .li:nth-child(2n-1) .dian {
  margin-top: 0;
  margin-bottom: 30px;
  transform: rotate(0);
}
.about-list5 .his-container .li:nth-child(2n-1) .jian {
  top: -12px;
  bottom: auto;
  transform: rotate(135deg);
}
.about-list5 .his-container .li:nth-child(2) {
  left: 18.75%;
}
.about-list5 .his-container .li:nth-child(3) {
  left: 37.5%;
}
.about-list5 .his-container .li:nth-child(4) {
  left: 56.875%;
}
.about-list5 .his-container .li:nth-child(5) {
  left: 75%;
}
.about-list5 .his-container .text, .about-list5 .his-container .tit2, .about-list5 .his-container .tit3, .about-list5 .his-container .dian:before, .about-list5 .his-container .icon, .about-list5 .his-container .jian {
  transition: all .4s;
}
.about-list5 .his-container .li:hover .text {
  background: #cb9d4c;
  box-shadow: 0px 0px 15px 0px rgba(203, 157, 76, 0.4);
  border: 1px solid transparent;
}
.about-list5 .his-container .li:hover .jian {
  background: #cb9d4c;
  border-left: 1px solid #cb9d4c;
  border-bottom: 1px solid #cb9d4c;
}
.about-list5 .his-container .li:hover .tit2, .about-list5 .his-container .li:hover .tit3 {
  color: #fff;
}
.about-list5 .his-container .li:hover .dian:before {
  background: #cb9d4c;
  border: 1px solid transparent;
}
.about-list5 .his-container .li:hover .dian .icon {
  fill: #cb9d4c;
}
.about-list5 .mhis-container {
  padding: 0 18px;
}
.about-list5 .mhis-container .text {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.about-list5 .swiper-prev .icon {
  transform: rotate(-180deg);
}
.about-list5 .swiper-prev, .about-list5 .swiper-next {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  top: 50%;
  margin-top: -22.5px;
  background: #fff;
  z-index: 9;
  border: 1px solid #bebebe;
  transition: all .4s;
}
.about-list5 .swiper-prev .icon, .about-list5 .swiper-next .icon {
  width: 20px;
  height: 20px;
  fill: #bdbdbd;
  transition: all .4s;
}
.about-list5 .swiper-prev:hover, .about-list5 .swiper-next:hover {
  background: #cb9d4c;
  border: 1px solid transparent;
}
.about-list5 .swiper-prev:hover .icon, .about-list5 .swiper-next:hover .icon {
  fill: #fff;
}
.about-list5 .swiper-prev {
  left: 0;
}
.about-list5 .swiper-next {
  right: 0;
}
.about-list5 .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}
.about-list5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 30px;
  width: 5px;
  background: #d7d7d7 !important;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .about-list5 {
    padding: 1.5rem 0 2.5rem;
  }
  .about-list5 .swiper-prev, .about-list5 .swiper-next{
    width:30px;
    height:30px;
    margin-top:-15px;
  }
  .about-list5 .swiper-prev .icon, .about-list5 .swiper-next .icon{
    width:10px;
  }

}

.about-list6 {
  padding: 2rem 0 5rem;
}
.about-list6 .sp {
  opacity: .1;
  line-height: 1.2;
}
.about-list6 .leftbox {
  width: 50%;
  height: 15.625rem;
}
.about-list6 .rightbox {
  width: 50%;
  padding-left: 1.75rem;
}
.about-list6 .contentbox {
  margin-top: 1.25rem;
}
.about-list6 .li {
  padding: 4px 0;
}
.about-list6 .itembox {
  max-height: 14.5rem;
}
.about-list6 .itembox p{
  margin:4px 0;
}
.about-list6 .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}
.about-list6 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 30px;
  width: 5px;
  background: #d7d7d7 !important;
  border-radius: 5px;
}
.about-list6 .mCSB_scrollTools .mCSB_draggerRail{
  width:1px;
}
@media (max-width: 767px) {
  .about-list6 .leftbox {
    height: 8rem;
  }
  .about-list6 .leftbox, .about-list6 .rightbox {
    width: 100%;
  }
  .about-list6 .rightbox {
    margin-top: 1rem;
    padding-left: 0;
  }
  .about-list6 .itembox {
    max-height: none;
  }
  .about-list6 {
    padding-bottom: 2.2rem;
  }
}

.about-list7 .topbox .leftbox {
  width: 36.5%;
  height: 8.5rem;
}
.about-list7 .topbox .rightbox {
  width: 63.5%;
  background: #f7f7f7;
  padding: 1rem 2rem;
  height: 8.5rem;
}
.about-list7 .topbox .tit2 {
  line-height: 1.4;
}
.about-list7 .topbox .left {
  width: calc(100% - 90px);
}
.about-list7 .topbox .icon {
  width: 1.7rem;
  height: 1.7rem;
}
.about-list7 .bottombox .leftbox {
  width: 36.5%;
  height: 660px;
  padding: 1.5rem 2rem;
}
.about-list7 .bottombox .tit2 {
  margin-bottom: 1rem;
}
.about-list7 .bottombox p{
  font-size:16px;
  color:#fff;
  width:100%;
}
.about-list7 .bottombox p{
  width:100%;
}
.about-list7 .bottombox .li {
  margin-bottom: .7rem;
  
}
.about-list7 .bottombox .sp:nth-child(1) {
  width: 120px;
}
.about-list7 .bottombox .sp {
  width: calc(100% - 120px);
}
.about-list7 .bottombox .rightbox {
  width: 63.5%;
  height: 660px;
}
.about-list7 .bottombox #allmap {
  width: 100%;
  height: 100%;
}
@media (max-width: 1480px) {
  .about-list7 .bottombox p{
    font-size:14px;
  }
}
@media (max-width: 1024px) {
  
  .about-list7 .bottombox .leftbox {
    height: auto;
  }
  .about-list7 .bottombox .rightbox {
    height: 15rem;
  }
  .about-list7 .bottombox .leftbox, .about-list7 .bottombox .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-list7 .bottombox p{
    font-size:12px;
  }
  .about-list7 .topbox .leftbox {
    width: 100%;
  }
  .about-list7 .topbox .rightbox {
    width: 100%;
    padding: 1rem 5%;
    height: auto;
  }
  .about-list7 .topbox .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .about-list7 .bottombox .leftbox {
    padding: 1rem 5%;
  }
  .about-list7 .bottombox .rightbox {
    height: 10rem;
  }
}

/*业务*/
.n-business {
  background: #f5f5f5;
  padding: 3.25rem 0 5rem;
}
.n-business .li {
  background: transparent;
  margin-bottom: 1.25rem;
  flex-flow: row wrap;
}
.n-business .li:nth-child(2n) {
  flex-flow: row-reverse wrap;
}
.n-business .li:nth-child(2n) .text {
  width: 50%;
  padding: 1rem 1rem 1rem 0;
}
.n-business .tit3 {
  margin-bottom: .55rem;
  line-height: 1.4;
}
.n-business .img {
  width: 50%;
  min-height: 12rem;
}
.n-business .text {
  width: 50%;
  padding: 1rem 0 1rem 1rem;
}
.n-business .conbox-15 {
  line-height: 2;
}
.n-business .ntext {
  max-height: 8rem;
  line-height: 2;
}
.n-business .more {
  width: 175px;
  height: 64px;
  background: #cb9d4c;
  border-radius: 64px;
  margin-top: 1rem;
}
.n-business .more .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-left: 5px;
}
.n-business .more:hover {
  color: #fff;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}
.n-business .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important;
}
.n-business .mCSB_scrollTools .mCSB_draggerRail{
    width:1px;
}
.n-business .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 30px;
  width: 5px;
  background: #d7d7d7 !important;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .n-business {
    padding: 1.5rem 0 2.5rem;
  }
  .n-business .li {
    margin-bottom: .65rem;
  }
  .n-business .img {
    width: 100%;
    height: 10rem;
    min-height: auto;
  }
  .n-business .tit3 {
    margin-bottom: .2rem;
  }
  .n-business .text {
    width: 100%;
    padding: .75rem 0 .5rem;
  }
  .n-business .ntext {
    max-height: none;
  }
  .n-business .li:nth-child(2n) .text {
    width: 100%;
    padding: 0.75rem 0 0.5rem;
  }
  .n-business .more {
    width: 155px;
    height: 45px;
  }
}

.n-business .ulbox2{
  width:101.5%;
  margin-top:1.5rem;
  margin-bottom:-.55rem;
}
.n-business .ulbox2 .li{
  width:23.75%;
  margin-right:1.25%;
  margin-bottom:.55rem;
  padding:.35rem .75rem;
  background:#fff;
  border:1px solid #e0b15f;
  border-radius:8px;
  text-align:center;
}
.n-business .ulbox2 .li:hover{
  background:#e0b15f;
  color:#fff;
}
@media (max-width:1680px) {
  .n-business .ulbox2 .li{
    font-size:14px;
  }
}
@media (max-width: 767px) {
  .n-business .ulbox2 .li{
    width:48.75%;
    line-height:1.4;
    font-size:14px;
  }
}

#i-mian .viewport {
  position: relative;
  height: 100%;
}
#i-mian .view-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #e9f2f9;
}
#i-mian .view-bg img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  margin-left: -960px;
}
#i-mian .duty-view {
  color: #111;
}
#i-mian .fixed-view-ico.footercur {
  opacity: 0;
}
#i-mian .fixed-view-ico {
  position: fixed;
  left: auto;
  right: 3rem;
  top: 50%;
  z-index: 999;
  width: 20px;
  height: 210px;
  margin-top: -50px;
  transition: all .4s;
}
#i-mian .fixed-view-ico a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  opacity: .6;
  margin: 25px 0;
  background: url(../img/ipng.png) no-repeat;
}
#i-mian .fixed-view-ico a.cur {
  opacity: 1;
}
#i-mian .fixed-view-ico a span {
  display: inline-block;
  width: 0px;
  position: absolute;
  left: 30px;
  top: -5px;
  font-size: 15px;
  line-height: 26px;
  height: 26px;
  font-weight: bold;
  color: #999;
  text-align: left;
  overflow: hidden;
  transition: all ease-in 0.4s;
}
#i-mian .fixed-view-ico a:hover span, #i-mian .fixed-view-ico .cur span {
  width: 120px;
}
#i-mian .hrefbtn-btn {
  width: 580px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#i-mian .hrefbtn-btn > a {
  width: 50%;
  height: 70px;
  line-height: 70px;
  background: #e0b15f;
  transition: all .4s;
}
#i-mian .hrefbtn-btn > a .icon {
  width: 20px;
  height: 20px;
  fill: #151515;
  margin-left: 1rem;
  transition: all .4s;
}
#i-mian .hrefbtn-btn > a:hover {
  color: #fff;
}
#i-mian .hrefbtn-btn > a:hover .icon {
  fill: #fff;
}
#i-mian .hrefbtn-btn .linebox {
  width: 50%;
  height: 70px;
  line-height: 70px;
  background: #fff;
  transition: all .4s;
}
#i-mian .hrefbtn-btn .linebox .icon {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
  fill: #151515;
  transform: rotate(-90deg);
  transition: all .4s;
}
#i-mian .hrefbtn-btn .linebox:hover {
  color: #e0b15f;
}
#i-mian .hrefbtn-btn .linebox:hover .icon {
  fill: #e0b15f;
}
#i-mian .hrefbtn-btn .ulbox {
  width: 100%;
  bottom: 70px;
  background: #fff;
  border: 1px solid #d1d1d1;
  display: none;
}
#i-mian .hrefbtn-btn .ulbox a {
  line-height: 55px;
  height: 55px;
  width: 100%;
  display: block;
  padding: 0 .5rem;
  color: #111;
  border-bottom: 1px solid #d1d1d1;
}
#i-mian .hrefbtn-btn .ulbox a:last-child {
  border-bottom: none;
}
#i-mian .hrefbtn-btn .ulbox a:hover {
  background: #e0b15f;
  color: #fff;
}
#i-mian .viewport-bg {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
#i-mian .viewport2 .contentbox {
  width: 83.33%;
  margin-left: 2rem;
}
#i-mian .viewport2 .viewport-cont {
  padding: 0 2.5rem;
  position: relative;
  z-index: 3;
}
#i-mian .viewport2 .leftbox {
  width: calc(100% - 160px - 4rem);
}
#i-mian .viewport2 .leftbox .tit2 {
  padding-bottom: 5px;
  margin-bottom: .5rem;
}
#i-mian .viewport2 .leftbox .tit2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #111;
  left: 0;
  bottom: 0;
}
#i-mian .viewport2 .leftbox .tit3 {
  line-height: 2.2;
  width:80%;
}
#i-mian .viewport2 .leftbox .morebtn {
  margin-top: 1.5rem;
}
#i-mian .viewport2 .rightbox {
  width:200px;
}
#i-mian .viewport2 .rightbox .li {
  margin-bottom: 1.2rem;
}
#i-mian .viewport2 .rightbox .tit3 {
  line-height: 1.1;
  color: #cb9d4c;
}
#i-mian .viewport2 .morebtn {
  color: #afafaf;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid #151515;
}
#i-mian .viewport2 .morebtn .icon {
  width: 25px;
  height: 25px;
  fill: #151515;
}
#i-mian .viewport2 .morebtn:hover {
  border: 1px solid transparent;
  background: #e0b15f;
}
#i-mian .viewport3 .text {
  position: absolute;
  top: 7rem;
  left: 2rem;
  z-index: 2;
}
#i-mian .viewport3 .itembox .item {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#i-mian .viewport3 .itembox .item.cur {
  opacity: 1;
  visibility: visible;
}
#i-mian .viewport3 .tit3 {
  margin-bottom: .5rem;
}
#i-mian .viewport3 .morebtn {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .85rem;
  border: 1px solid #fff;
}
#i-mian .viewport3 .morebtn .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
}
#i-mian .viewport3 .morebtn:hover {
  border: 1px solid transparent;
  background: #e0b15f;
}
#i-mian .viewport3 .tab-ul {
  padding: 0 2rem;
  width: 100%;
  left: 0;
  bottom: 1.75rem;
  width: 100%;
  z-index: 5;
}
#i-mian .viewport3 .tab-ul .li {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  background-position: center top;
}
#i-mian .viewport3 .tab-ul .line {
  width: 4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
#i-mian .viewport3 .tab-ul .li:hover, #i-mian .viewport3 .tab-ul .li.cur {
  background-color: #fff;
  background-position: center bottom;
}
#i-mian .viewport4 .contentbox {
  width: 75.5%;
  margin-left: 2rem;
  margin-top: 1.5rem;
}
#i-mian .viewport4 .viewport-cont {
  position: relative;
  z-index: 3;
}
#i-mian .viewport4 .titlebox {
  margin-bottom: 1.35rem;
}
#i-mian .viewport4 .titlebox .tit2 {
  line-height: 1.2;
}
#i-mian .viewport4 .titlebox .morebtn2 .icon {
  margin-left: .25rem;
  width: 20px;
  height: 20px;
  fill: #111;
}
#i-mian .viewport4 .titlebox .morebtn2:hover .icon {
  fill: #e0b160;
}
#i-mian .viewport4 .ulbox {
  width: 100%;
}
#i-mian .viewport4 .li {
  width: 29.2%;
  margin-right: 6.2%;
}
#i-mian .viewport4 .li:nth-child(3) {
  margin-right: 0;
}
#i-mian .viewport4 .img {
  width: 100%;
  height: 6.45rem;
}
#i-mian .viewport4 .text {
  padding-top: .5rem;
}
#i-mian .viewport4 .time {
  color: #555;
  margin-bottom: .5rem;
}
#i-mian .viewport4 .tit3 {
  line-height: 28px;
  max-height: 56px;
  margin-bottom: .7rem;
  overflow: hidden;
}
#i-mian .viewport4 .morebtn {
  color: #afafaf;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #151515;
}
#i-mian .viewport4 .morebtn .icon {
  width: 25px;
  height: 25px;
  fill: #151515;
}
#i-mian .viewport4 .li:hover .img {
  transform: scale3d(1.1, 1.1, 1);
}
#i-mian .viewport4 .li:hover .tit3 {
  color: #e0b15f;
}
#i-mian .viewport4 .li:hover .morebtn {
  border: 1px solid transparent;
  background: #e0b15f;
}

.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide, .ibanner .slide-inner {
  overflow: hidden;
  height: 100vh;
}
.ibanner .tit3 {
  line-height: 1.2;
}
.ibanner .more {
  margin-top: 1.5rem;
}
.ibanner .text {
  position: absolute;
  top: 6.5rem;
  left: 2rem;
  width: 22rem;
  z-index: 2;
}
.ibanner .icon {
  width: 1rem;
  height: .85rem;
  fill: #fff;
  margin-right: .3rem;
}
.ibanner .leftbox {
  width: 110px;
  margin-top: .45rem;
}
.ibanner .leftbox p {
  margin-top: 5px;
  width: 100%;
  text-align: right;
}
.ibanner .line {
  width: 26px;
  height: 4px;
  background: #fff;
}
.ibanner .bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibanner .rightbox {
  width: calc(100% - 110px - 1.5rem);
  margin-left: 1.5rem;
}
.ibanner .bottonbox {
  width: 260px;
  right: 3.25rem;
  bottom: 0;
  z-index: 3;
}
.ibanner .bottonbox .prev-btn {
  background: url(../img/prev-btn1.png) no-repeat;
  background-size: 100% 100%;
  width: 129px;
  height: 62px;
}
.ibanner .bottonbox .prev-btn .icon2 {
  width: 16px;
  height: 16px;
  fill: #111;
  margin-right: 20px;
  transform: rotate(-180deg);
}
.ibanner .bottonbox .prev-btn:hover {
  background: url(../img/prev-btn2.png) no-repeat;
}
.ibanner .bottonbox .next-btn {
  background: url(../img/next-btn1.png) no-repeat;
  background-size: 100% 100%;
  width: 129px;
  height: 62px;
}
.ibanner .bottonbox .next-btn .icon2 {
  width: 16px;
  height: 16px;
  fill: #111;
  margin-left: 20px;
}
.ibanner .bottonbox .next-btn:hover {
  background: url(../img/next-btn2.png) no-repeat;
}

@media (max-width: 1024px) {
  #i-mian .viewport {
    height: 100vh;
  }

  #i-mian .fixed-view-ico {
    display: none;
  }

  #i-mian .viewport2 {
    height: auto;
    padding: 15vh 0;
  }

  #i-mian .viewport3 {
    height: 80vh;
  }

  #i-mian .viewport4 {
    height: auto;
    padding: 15vh 0;
  }

  #i-mian .viewport-bg {
    height: 100%;
  }

  #i-mian .viewport4 .contentbox, #i-mian .viewport2 .contentbox {
    padding: 0 5%;
    width: 100%;
    margin-left: 0;
  }
  #i-mian .viewport2 .leftbox .tit3{
    width:100%;
  }
}
@media (max-width: 768px) {
  #i-mian .viewport3 .tab-ul .line {
    width: 2rem;
  }

  #i-mian .hrefbtn-btn {
    width: 340px;
  }

  .ibanner .bottonbox {
    right: 1.25rem;
  }

  #i-mian .hrefbtn-btn > a, #i-mian .hrefbtn-btn .linebox {
    height: 62px;
    line-height: 62px;
  }
  #i-mian .viewport2 .rightbox .tit3{
    font-size:32px;
  }
  #i-mian .viewport3 .tit4{
    width:90%;
  }
  #i-mian .viewport3 .tit4 br{
    display:none;
  }
}
@media (max-width: 767px) {
  #i-mian .hrefbtn-btn {
    display: none;
  }

  .ibanner .swiper-slide, .ibanner .slide-inner {
    height: 20rem;
  }

  .ibanner .text {
    top: 3.5rem;
    left: 5%;
    width: 90%;
  }

  .ibanner .leftbox {
    width: 100%;
    margin-bottom: .25rem;
  }

  .ibanner .rightbox {
    width: 100%;
    margin-left: 0;
  }

  .ibanner .leftbox .line, .ibanner .leftbox p {
    float: left;
  }

  .ibanner .leftbox p {
    text-align: left;
  }

  .ibanner .tit3 {
    font-size: 26px;
  }

  .ibanner .more {
    margin-top: 1rem;
  }

  .ibanner .bottonbox {
    width: 171px;
  }

  .ibanner .bottonbox .prev-btn, .ibanner .bottonbox .next-btn {
    width: 85px;
    height: 40px;
    background-size: 100% 100% !important;
  }

  .ibanner .bottonbox .prev-btn .icon2 {
    margin-right: 10px;
  }

  .ibanner .bottonbox .next-btn .icon2 {
    margin-left: 10px;
  }

  .ibanner .bottonbox {
    right: 5%;
  }

  .ibanner .tit4 {
    line-height: 1.2;
    margin-top: .3rem;
  }

  .ibanner .icon {
    width: .8rem;
    height: .65rem;
  }

  #i-mian .viewport1 {
    height: auto;
  }

  #i-mian .viewport2 .leftbox {
    width: 100%;
    margin-bottom: 2rem;
  }

  #i-mian .viewport2 .rightbox {
    width: 100%;
    display: flex;
  }

  #i-mian .viewport2 .rightbox .li {
    width: 33.3%;
    margin-bottom: 0;
  }

  #i-mian .viewport2 {
    padding: 1.5rem 0 3.5rem;
  }

  #i-mian .viewport2 .rightbox .li p {
    font-size: 12px;
  }

  #i-mian .viewport3 {
    height: 20rem;
  }

  #i-mian .viewport3 .text {
    top: 2rem;
    left: 5%;
  }

  #i-mian .viewport3 .tab-ul .line {
    width: .55rem;
  }

  #i-mian .viewport3 .tab-ul .li {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem auto !important;
  }

  #i-mian .viewport4 {
    padding: 2rem 0 2.5rem;
  }

  #i-mian .viewport4 .img {
    height: 5rem;
  }

  #i-mian .viewport4 .time {
    margin-bottom: 0;
  }

  #i-mian .viewport4 .titlebox .morebtn2 .icon {
    width: 12px;
    height: 12px;
  }

  #i-mian .viewport4 .morebtn .icon, #i-mian .viewport3 .morebtn .icon, #i-mian .viewport2 .morebtn .icon {
    width: 20px;
    height: 20px;
  }

  #i-mian .viewport2 .leftbox .morebtn {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=boc_reset.css.map */

.n-business .warpwx{
  position: relative;
  margin-top:1rem;
  margin-left:.65rem;
}
.n-business span img {
  width: 1.25rem;
  height: 1.25rem;
}
.n-business .wximg {
  background: #d0d0d0;
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  width: 100px;
  bottom: 55px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  transition: all .3s ease-in-out;
}
.n-business .wximg:before {
  position: absolute;
  border-top: 6px solid #d0d0d0;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}
.n-business .warpwx:hover .wximg {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}


@media (max-width: 767px) {
  .party-list1 .party-imgbox .bg{
    height: 7.2rem;
  }
}